From f0684d0af3cb901f7d0c531354228cb8b755d50b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 9 May 2026 12:06:47 +0200 Subject: Added shortcut to open file --- .config/dwm/config.h | 1 + 1 file changed, 1 insertion(+) 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) 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 } }, -- cgit v1.3