added shortcut for powermenu

This commit is contained in:
murat 2025-01-13 20:48:48 +03:00
parent 2ade3d4f02
commit b088f0e1a4
3 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,7 @@ static const char *termcmd[] = { "kitty", NULL };
/* Custom Commands */ /* Custom Commands */
static const char *rofi[] = { "/home/murat/.config/rofi/launchers/type-1/launcher.sh", NULL }; static const char *rofi[] = { "/home/murat/.config/rofi/launchers/type-1/launcher.sh", NULL };
static const char *zenbrowser[] = { "zen-browser", 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[] = { static const Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */
@ -103,7 +104,7 @@ static const Key keys[] = {
TAGKEYS( XK_7, 6) TAGKEYS( XK_7, 6)
TAGKEYS( XK_8, 7) TAGKEYS( XK_8, 7)
TAGKEYS( XK_9, 8) TAGKEYS( XK_9, 8)
{ MODKEY|ShiftMask, XK_q, quit, {0} }, { MODKEY|ShiftMask, XK_q, spawn, {.v = powermenu} },
}; };
/* button definitions */ /* button definitions */

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.