mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
Add example bindings for history navigation
This commit is contained in:
parent
759b87bb66
commit
2f9677bc54
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue