From ce98c26ab8baf69349b05d017bea2d2a276a2534 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 15 Dec 2022 01:00:45 +0100 Subject: added keybinds for pulsemixer and newsboat --- config.h | 2 ++ dwm | Bin 75672 -> 75896 bytes dwm.o | Bin 63176 -> 63672 bytes 3 files changed, 2 insertions(+) diff --git a/config.h b/config.h index 81d948f..d798090 100644 --- a/config.h +++ b/config.h @@ -117,6 +117,8 @@ static Key keys[] = { { MODKEY|ControlMask, XK_l, spawn, SHCMD("xdotool type \"cat $( /usr/bin/ls -d ~/docs/lyrics/* | dmenu -i -l 50)\"") }, { MODKEY, XK_b, spawn, SHCMD("firefox") }, { MODKEY, XK_e, spawn, SHCMD("emacsclient -c -a 'emacs'") }, + { MODKEY, XK_v, spawn, SHCMD("st pulsemixer") }, + { MODKEY, XK_n, spawn, SHCMD("st newsboat") }, { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/pics/'") }, { 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/pics/'") }, TAGKEYS( XK_1, 0) diff --git a/dwm b/dwm index 1783c1d..21f95c1 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index b579464..ca59085 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3