Updated some keybindings

master
Ronald Regan 6 years ago
parent 4aacf53e2f
commit 5d1d7bc095

@ -71,7 +71,7 @@ static const char *ffilecmd[] = { "st", "-n", "floating", "-e", "lf",
static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL }; static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL };
static const char *ssacmd[] = { "ssall", NULL }; static const char *ssacmd[] = { "ssall", NULL };
static const char *ssscmd[] = { "ssselection", NULL }; static const char *ssscmd[] = { "ssselection", NULL };
static const char *passcmd[] = { "passmenu", NULL }; static const char *passcmd[] = { "keepassxc", NULL };
static const char *transcmd[] = { "st", "-e", "transmission-remote-cli", NULL }; static const char *transcmd[] = { "st", "-e", "transmission-remote-cli", NULL };
static const char *mailcmd[] = { "st", "-e", "neomutt", NULL }; static const char *mailcmd[] = { "st", "-e", "neomutt", NULL };
static const char *tmuxcmd[] = { "st", "-e", "tmux", "a", NULL }; static const char *tmuxcmd[] = { "st", "-e", "tmux", "a", NULL };
@ -79,6 +79,7 @@ static const char *htopcmd[] = { "st", "-e", "htop", NULL };
static const char *nmcmd[] = { "st", "-e", "nmtui", NULL }; static const char *nmcmd[] = { "st", "-e", "nmtui", NULL };
static const char *newscmd[] = { "st", "-e", "newsboat", NULL }; static const char *newscmd[] = { "st", "-e", "newsboat", NULL };
static const char *ytpcmd[] = { "st", "-n", "floating", "-e", "ytp", NULL }; static const char *ytpcmd[] = { "st", "-n", "floating", "-e", "ytp", NULL };
static const char *clipmenucmd[] = { "clipmenu", NULL };
static Key keys[] = { static Key keys[] = {
/* modifier key function argument */ /* modifier key function argument */
@ -135,7 +136,8 @@ static Key keys[] = {
{ MODKEY, XK_n, spawn, {.v = nmcmd } }, { MODKEY, XK_n, spawn, {.v = nmcmd } },
{ MODKEY|ShiftMask, XK_n, spawn, {.v = newscmd } }, { MODKEY|ShiftMask, XK_n, spawn, {.v = newscmd } },
{ MODKEY, XK_c, spawn, {.v = mutecmd } }, { MODKEY, XK_c, spawn, {.v = mutecmd } },
{ ControlMask, XK_k, spawn, {.v = brightup } }, { MODKEY|ShiftMask, XK_d, spawn, {.v = clipmenucmd } },
{ ControlMask, XK_k, spawn, {.v = brightup } },
{ ControlMask, XK_j, spawn, {.v = brightdown } }, { ControlMask, XK_j, spawn, {.v = brightdown } },
}; };

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.
Loading…
Cancel
Save