diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-11-18 00:20:30 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-11-18 00:20:30 +0100 |
| commit | 360b5a2ff5dddfc92e134a8e7456785307b4f44f (patch) | |
| tree | 78db79bf053635e6100b7c0d4395d0ee31e23aca | |
| parent | 4adbbf8b563aac825e3f5ca341ac30a1fbda50d9 (diff) | |
changed bookmark command
| -rwxr-xr-x | config.h | 2 | ||||
| -rwxr-xr-x | dwm | bin | 75160 -> 75160 bytes | |||
| -rw-r--r-- | dwm.o | bin | 64280 -> 64280 bytes |
3 files changed, 1 insertions, 1 deletions
@@ -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/'") }, Binary files differBinary files differ |
