commit e460f1f5461b3345c02b6e5497b5e801fbac59b7
parent 7f449a05d93a90226d671c80768e2939b3a5792e
Author: Andrew Laack <andrew@laack.co>
Date: Thu, 7 May 2026 11:12:51 -0500
Updated keybinds
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/config.h b/config.h
@@ -116,6 +116,7 @@ static const char *lockcmd[] = {"/home/andrew/bin/lock.sh", NULL};
static const char *screenshotcmd[] = {"/home/andrew/bin/screenshot.sh", NULL};
static const char *todocmd[] = {"/home/andrew/bin/todo.sh", NULL};
static const char *docscmd[] = {"/home/andrew/bin/docs.sh", NULL};
+static const char *webcmd[] = {"/home/andrew/bin/web.sh", NULL};
// play
static const char *mpvpastecmd[] = {"/home/andrew/bin/mpv.sh", "dwm", NULL};
@@ -128,6 +129,8 @@ static const char *wiresharkcmd[] = {"wireshark", NULL};
//static const char *browsercmd[] = {"xclip -o -sel clipboard | xargs qutebrowser --target window", NULL};
static const char *mullvadcmd[] = {"mullvad", NULL};
static const char *bravecmd[] = {"brave", NULL};
+static const char *searchcmd[] = {"/home/andrew/bin/lynx.sh", NULL};
+static const char *newsboatcmd[] = {"/home/andrew/bin/newsboat.sh", NULL};
//static const char *protoncmd[] = {"protonvpn-app", NULL};
#include "movestack.c"
@@ -163,6 +166,7 @@ static const Key keys[] = {
//{ MODKEY, XK_t, spawn, {.v = tmuxcmd } },
{ MODKEY, XK_d, spawn, {.v = docscmd } },
+ { MODKEY, XK_w, spawn, {.v = webcmd } },
// I didn't really use this.
//{ MODKEY, XK_a, spawn, {.v = attachcmd} },
//{ MODKEY, XK_s, spawn, {.v = searchcmd } },
@@ -197,6 +201,8 @@ static const Key keys[] = {
{ MODKEY|ShiftMask, XK_p, spawn, {.v = mpvpastecmd } },
{ MODKEY|ShiftMask, XK_m, spawn, {.v = mullvadcmd } },
{ MODKEY|ShiftMask, XK_b, spawn, {.v = bravecmd } },
+ { MODKEY, XK_s, spawn, {.v = searchcmd } },
+ { MODKEY, XK_n, spawn, {.v = newsboatcmd } },
{ MODKEY|ShiftMask, XK_w, spawn, {.v = wiresharkcmd } },
//{ MODKEY|ShiftMask, XK_e, spawn, {.v = emacscmd } },