diff --git a/config.def.h b/config.def.h index 700bf95..6623a2d 100644 --- a/config.def.h +++ b/config.def.h @@ -63,6 +63,7 @@ static const char *termcmd[] = { "kitty", NULL }; /* Custom Commands */ static const char *rofi[] = { "/home/murat/.config/rofi/launchers/type-1/launcher.sh", NULL }; static const char *zenbrowser[] = { "zen-browser", NULL }; +static const char *powermenu[] = { "/home/murat/.config/rofi/powermenu/type-1/powermenu.sh", NULL }; static const Key keys[] = { /* modifier key function argument */ @@ -103,7 +104,7 @@ static const Key keys[] = { TAGKEYS( XK_7, 6) TAGKEYS( XK_8, 7) TAGKEYS( XK_9, 8) - { MODKEY|ShiftMask, XK_q, quit, {0} }, + { MODKEY|ShiftMask, XK_q, spawn, {.v = powermenu} }, }; /* button definitions */ diff --git a/dwm b/dwm index 09d46c9..fa04f49 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 8c6283d..26c9dac 100644 Binary files a/dwm.o and b/dwm.o differ