commit f0684d0af3cb901f7d0c531354228cb8b755d50b
parent d6bcc0c8f01a240b0fd12a26d1eb694642fecc69
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Sat, 9 May 2026 12:06:47 +0200
Added shortcut to open file
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.config/dwm/config.h b/.config/dwm/config.h
@@ -137,6 +137,7 @@ focusmaster(const Arg *arg)
static Key keys[] = {
/* modifier key function argument */
+ { MODKEY, XK_o, spawn, SHCMD("open-file") },
{ MODKEY, XK_p, spawn, {.v = dmenucmd} },
{ MODKEY, XK_n, togglebar, {0} },
{ MODKEY, XK_j, focusstack, {.i = +1 } },