Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Add keybind for st
Browse files Browse the repository at this point in the history
  • Loading branch information
BBaoVanC committed Mar 24, 2021
1 parent 985dbca commit 1c4f5a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.h
Expand Up @@ -1158,6 +1158,7 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_p, spawn, { .v = powermenucmd } },
{ Mod4Mask|ShiftMask, XK_l, spawn, { .v = lightlocker_lockcmd } },

{ Mod4Mask, XK_s, spawn, { .v = stcmd } },
{ Mod4Mask, XK_a, spawn, { .v = alacrittycmd } },
{ Mod4Mask, XK_k, spawn, { .v = kittycmd } },
{ Mod4Mask, XK_c, spawn, { .v = clipeditcmd } },
Expand Down
1 change: 1 addition & 0 deletions keybind_commands.h
Expand Up @@ -2,6 +2,7 @@ static const char *supermenucmd[] = { "supermenu", NULL };
static const char *powermenucmd[] = { "powermenu", NULL };
static const char *lightlocker_lockcmd[] = { "light-locker-command", "-l", NULL };

static const char *stcmd[] = { "st", NULL };
static const char *alacrittycmd[] = { "alacritty", NULL };
static const char *kittycmd[] = { "kitty", NULL };
static const char *clipeditcmd[] = { "clipedit", NULL };
Expand Down

0 comments on commit 1c4f5a4

Please sign in to comment.