added shortcut for powermenu
This commit is contained in:
parent
2ade3d4f02
commit
b088f0e1a4
@ -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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user