about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index fe97061..1b2349c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -44,7 +44,7 @@ static Layout layouts[] = {
 	{ MODKEY|ShiftMask,             KEY,      tag,            {.ui = 1 << TAG} }, \
 	{ MODKEY|ControlMask|ShiftMask, KEY,      toggletag,      {.ui = 1 << TAG} },
 
-/* helper for spawning shell commands */
+/* helper for spawning shell commands in the pre dwm-5.0 fashion */
 #define SHCMD(cmd) { .v = (char*[]){ "/bin/sh", "-c", cmd, NULL } }
 
 static Key keys[] = {
nmail.com> 2021-07-03 21:02:12 +0100 Update emacs prelude config' href='/djm/dotfiles/commit/emacs-prelude/personal/lisp/init-ui.el?id=3fbaf487183e7b7e3785628ab8ed6290ddd94fd7'>3fbaf48 ^
64ca29b ^
3fbaf48 ^
b5e8c20 ^



3fbaf48 ^





64ca29b ^




b5e8c20 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36