commit e809159250fe62049576b005e2780cf41c049fc8
parent 42cd090ba7f0ca05f8b6a9ca21a72d229f53c7c3
Author: Andrew Laack <andrew@laack.co>
Date: Mon, 31 Aug 2026 14:58:38 -0500
Merge branch 'master' of git://git.laack.co/dwm
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 } },