Changed some keybindings and also changed some apps that those keybinds launch

master
Ronald Regan 6 years ago
parent 5623b2235d
commit 7985775056

@ -59,8 +59,6 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn()
static const char *dmenucmd[] = { "dmenu_run", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *ftermcmd[] = { "st", "-n", "floating", NULL };
static const char *brightup[] = { "xbacklight", "-inc", "10", NULL };
static const char *brightdown[] = { "xbacklight", "-dec", "10", NULL };
static const char *webcmd[] = { "qutebrowser", NULL };
static const char *notcmd[] = { "notinfo", NULL };
@ -74,7 +72,7 @@ static const char *musiccmd[] = { "st", "-e", "ncmpcpp", NULL };
static const char *ssacmd[] = { "ssall", NULL };
static const char *ssscmd[] = { "ssselection", NULL };
static const char *passcmd[] = { "keepassxc", NULL };
static const char *transcmd[] = { "st", "-e", "transmission-remote-cli", NULL };
static const char *transcmd[] = { "st", "-e", "stig", NULL };
static const char *mailcmd[] = { "st", "-e", "neomutt", NULL };
static const char *tmuxcmd[] = { "st", "-e", "tmux", "a", NULL };
static const char *htopcmd[] = { "st", "-e", "htop", NULL };
@ -139,8 +137,6 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_n, spawn, {.v = newscmd } },
{ MODKEY, XK_c, spawn, {.v = mutecmd } },
{ MODKEY|ShiftMask, XK_d, spawn, {.v = clipmenucmd } },
{ ControlMask, XK_k, spawn, {.v = brightup } },
{ ControlMask, XK_j, spawn, {.v = brightdown } },
};
/* button definitions */

BIN
drw.o

Binary file not shown.

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.

BIN
util.o

Binary file not shown.
Loading…
Cancel
Save