]> git.lizzy.rs Git - bspwm.git/commitdiff
Add example bindings for history navigation
authorBastien Dejean <nihilhill@gmail.com>
Tue, 8 Oct 2013 15:51:44 +0000 (17:51 +0200)
committerBastien Dejean <nihilhill@gmail.com>
Tue, 8 Oct 2013 15:51:44 +0000 (17:51 +0200)
examples/sxhkdrc

index 1aac6d9cc2e8f38fcbbe7560cb25e59641b0fb6d..e22ec3f837a8c5065aaa3ac6031440334281ffba 100644 (file)
@@ -23,6 +23,11 @@ super + {grave,Tab}
 super + apostrophe
     bspc window -s last
 
+super + {o,i}
+    bspc control --record-history off; \
+    bspc window {older,newer} -f; \
+    bspc control --record-history on
+
 super + y
     bspc window -w last.manual