summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-09 12:06:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-09 12:06:47 +0200
commitf0684d0af3cb901f7d0c531354228cb8b755d50b (patch)
tree7cac2a8b8f4471926d39f3eda1696371243d2557 /.config
parentd6bcc0c8f01a240b0fd12a26d1eb694642fecc69 (diff)
downloadconfig-f0684d0af3cb901f7d0c531354228cb8b755d50b.tar.gz
config-f0684d0af3cb901f7d0c531354228cb8b755d50b.zip
Added shortcut to open file
Diffstat (limited to '.config')
-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