summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfig.h1
-rwxr-xr-xdwmbin75048 -> 75160 bytes
-rw-r--r--dwm.obin63808 -> 64104 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index e264d25..a0933b8 100755
--- a/config.h
+++ b/config.h
@@ -107,6 +107,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, 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 b36813c..8951708 100755
--- a/dwm
+++ b/dwm
Binary files differ
diff --git a/dwm.o b/dwm.o
index 4d9b09e..b9b1ded 100644
--- a/dwm.o
+++ b/dwm.o
Binary files differ