From 360b5a2ff5dddfc92e134a8e7456785307b4f44f Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 18 Nov 2022 00:20:30 +0100 Subject: changed bookmark command --- config.h | 2 +- dwm | Bin 75160 -> 75160 bytes dwm.o | Bin 64280 -> 64280 bytes 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index e1af52d..ec521a1 100755 --- a/config.h +++ b/config.h @@ -108,7 +108,7 @@ static Key keys[] = { { MODKEY, XK_period, focusmon, {.i = +1 } }, { MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } }, { MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } }, - { MODKEY|ControlMask, XK_b, spawn, SHCMD("xdotool type $( cat ~/Documents/random/bookmarks.txt | dmenu -i -l 50)")}, + { MODKEY|ControlMask, XK_b, spawn, SHCMD("xdotool type $( grep -v '^#' ~/Documents/random/bookmarks.txt | dmenu -i -l 50 | cut -d' ' -f1)")}, { MODKEY, XK_b, spawn, SHCMD("firefox") }, { MODKEY, XK_Print, spawn, SHCMD("sleep 0.3s; scrot -s -e 'mv $f ~/Pictures/'") }, { 0, XK_Print, spawn, SHCMD("scrot -u -e 'mv $f ~/Pictures/'") }, diff --git a/dwm b/dwm index bdbc3da..f6cce3c 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index e2d49f7..b6997e0 100644 Binary files a/dwm.o and b/dwm.o differ -- cgit v1.2.3