summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/dwm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/dwm/config.h b/.config/dwm/config.h
index f67e284..9249699 100644
--- a/.config/dwm/config.h
+++ b/.config/dwm/config.h
@@ -137,6 +137,7 @@ focusmaster(const Arg *arg)
137 137
138static Key keys[] = { 138static Key keys[] = {
139 /* modifier key function argument */ 139 /* modifier key function argument */
140 { MODKEY, XK_o, spawn, SHCMD("open-file") },
140 { MODKEY, XK_p, spawn, {.v = dmenucmd} }, 141 { MODKEY, XK_p, spawn, {.v = dmenucmd} },
141 { MODKEY, XK_n, togglebar, {0} }, 142 { MODKEY, XK_n, togglebar, {0} },
142 { MODKEY, XK_j, focusstack, {.i = +1 } }, 143 { MODKEY, XK_j, focusstack, {.i = +1 } },

Generated with cgit - Back to sebastiano.tronto.net