diff --git a/config.h b/config.h index 2b16a95..cba5c52 100644 --- a/config.h +++ b/config.h @@ -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 */ diff --git a/drw.o b/drw.o new file mode 100644 index 0000000..07f8524 Binary files /dev/null and b/drw.o differ diff --git a/dwm b/dwm new file mode 100755 index 0000000..7b7a03e Binary files /dev/null and b/dwm differ diff --git a/dwm.o b/dwm.o new file mode 100644 index 0000000..c1fdf35 Binary files /dev/null and b/dwm.o differ diff --git a/util.o b/util.o new file mode 100644 index 0000000..0d4e878 Binary files /dev/null and b/util.o differ