main
Elias Almqvist 6 months ago
parent 7340f1fee0
commit 8ceff1ac71
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 3
      src/config.h

@ -100,7 +100,6 @@ static const char *browsercmd[] = {"firefox", NULL};
static const char *betterlockscreencmd[] = {"betterlockscreen", "--lock",
"blur", NULL};
static const char *screenshotcmd[] = {"flameshot", "gui", NULL};
static const char *playctl_playpausecmd[] = {"playctl", "play-pause", NULL};
static Key keys[] = {
/* modifier key
@ -166,7 +165,7 @@ static Key keys[] = {
{MODKEY | ShiftMask, XK_period, tagmon, {.i = +1}},
{MODKEY | ShiftMask, XK_l, spawn, {.v = betterlockscreencmd}},
{MODKEY, XK_Print, spawn, {.v = screenshotcmd}},
{MODKEY, XK_u, spawn, {.v = playctl_playpausecmd}},
{MODKEY, XK_u, spawn, SHCMD("playctl play-pause")},
{MODKEY, XK_g, switchgaps, {.i = +1}},
{MODKEY, XK_v, switchgaps, {.i = -1}},
{MODKEY, XK_minus, setgaps, {.i = -1}},

Loading…
Cancel
Save