summarylogtreecommitdiffstats
path: root/keybindings.diff
diff options
context:
space:
mode:
authorAdrian Sinclair2017-01-15 21:00:59 -0500
committerAdrian Sinclair2017-01-15 21:01:34 -0500
commitfd65967c62165a5a8011bfa3399e716e02919f5b (patch)
treeb58b9c4e89350d04906f0d3888097ffbc1123cb7 /keybindings.diff
downloadaur-st-essential-patches.tar.gz
submit package
Diffstat (limited to 'keybindings.diff')
-rw-r--r--keybindings.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/keybindings.diff b/keybindings.diff
new file mode 100644
index 000000000000..ccd842167488
--- /dev/null
+++ b/keybindings.diff
@@ -0,0 +1,10 @@
+--- a/config.def.h 2014-02-27 21:53:35.633013972 -0500
++++ b/config.def.h 2014-02-27 22:03:07.396583130 -0500
+@@ -113,6 +113,7 @@
+ { ShiftMask, XK_Insert, selpaste, {.i = 0} },
+ { MODKEY|ShiftMask, XK_Insert, clippaste, {.i = 0} },
+ { MODKEY, XK_Num_Lock, numlock, {.i = 0} },
++ { ShiftMask, XK_F5, externalpipe, { .s = "xurls | dmenu -l 10 | xargs -rn1 surf" } },
+ { ShiftMask, XK_Page_Up, kscrollup, {.i = -1} },
+ { ShiftMask, XK_Page_Down, kscrolldown, {.i = -1} },
+ };