changed key mapping for window close and reposition
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#
|
||||
# bspwm hotkeys
|
||||
#
|
||||
|
||||
super + alt + Escape
|
||||
bspc quit
|
||||
|
||||
super + w
|
||||
alt + w
|
||||
bspc window -c
|
||||
|
||||
super + t
|
||||
@@ -24,12 +26,12 @@ super + {grave,Tab}
|
||||
super + apostrophe
|
||||
bspc window -s last
|
||||
|
||||
alt + {o,i}
|
||||
super + {o,i}
|
||||
bspc control --record-history off; \
|
||||
bspc window {older,newer} -f; \
|
||||
bspc control --record-history on
|
||||
|
||||
super + y
|
||||
alt + y
|
||||
bspc window -w last.manual
|
||||
|
||||
super + m
|
||||
@@ -77,7 +79,9 @@ super + !button{1-3}
|
||||
super + @button{1-3}
|
||||
bspc pointer -u
|
||||
|
||||
#
|
||||
# wm independent hotkeys
|
||||
#
|
||||
|
||||
alt + Return
|
||||
urxvtc
|
||||
|
||||
Reference in New Issue
Block a user