bspwm update

This commit is contained in:
madmaurice 2016-11-05 22:28:01 +01:00
parent 4cd434b4e2
commit 74e37cbdd2

View file

@ -28,7 +28,7 @@ super + shift + q
# Tabbing through current windows # Tabbing through current windows
super + Tab super + Tab
bspc window -f next bspc node -f next.local
# Open Terminal # Open Terminal
super + alt + Return super + alt + Return
@ -47,15 +47,15 @@ super + e
# {Focus,Move} windows around # {Focus,Move} windows around
super + {_,shift +} {Left,Right,Up,Down} super + {_,shift +} {Left,Right,Up,Down}
bspc window -{f,s} {left,right,up,down} bspc node -{f,s} {left,right,up,down}
#Create preselection #Create preselection
super + ctrl + {Left,Right,Up,Down} super + ctrl + {Left,Right,Up,Down}
bspc window -p {left,right,up,down} bspc node -p {left,right,up,down}
#Insert into latest preselection #Insert into latest preselection
super + ctrl + i super + ctrl + i
bspc window -w last.!automatic bspc node -w last.!automatic
#Flip Desktop #Flip Desktop
super + ctrl + {h,v} super + ctrl + {h,v}
@ -63,7 +63,7 @@ super + ctrl + {h,v}
#dmenu2 #dmenu2
super + space super + space
~/.config/scripts/dmenu_run.sh ~/.config/scripts/debmenu.sh
#menu #menu
super + alt + space super + alt + space
@ -75,15 +75,15 @@ super + ctrl + Escape
# Resize push # Resize push
super + alt + {Left,Down,Up,Right} super + alt + {Left,Down,Up,Right}
bspc window -e {left -10, down +10, up -10, right +10} bspc node -e {left -10, down +10, up -10, right +10}
# Resize pull # Resize pull
super + ctrl + alt + {Left,Down,Up,Right} super + ctrl + alt + {Left,Down,Up,Right}
bspc window -e {right -10, up +10, down -10, left +10} bspc node -e {right -10, up +10, down -10, left +10}
# Close Window # Close Window
super + q super + q
bspc window -c bspc node -c
# Rotate Desktop # Rotate Desktop
super + shift + r super + shift + r
@ -92,26 +92,26 @@ super + shift + r
# Maximize and float # Maximize and float
super + {m,f} super + {m,f}
state={fullscreen,floating}; \ state={fullscreen,floating}; \
bspc query -W -w "focused.$\{state\}" && state=tiled; \ bspc query -N -n "focused.$\{state\}" && state=tiled; \
bspc window -t "$state" bspc node -t "$state"
# Direct access and move windows to desktop # Direct access and move windows to desktop
super + {_,shift +}{1-9} super + {_,shift +}{1-9}
bspc {desktop -f,window -d} $(bspc query -M -m):^{1-9} bspc {desktop -f,node -d} $(bspc query -M -m):^{1-9}
# move windows # move windows
super + button{1,3} #super + button{1,3}
bspc pointer -g {move,resize_corner} # bspc pointer -g {move,resize_corner}
#
super + !button{1,3} #super + !button{1,3}
bspc pointer -t %i %i # bspc pointer -t %i %i
#
super + @button{1,3} #super + @button{1,3}
bspc pointer -u # bspc pointer -u
# toggle visibility # toggle visibility
super + d super + d
bspc control --toggle-visibility ~/.config/scripts/toggle-hidden.sh
# monitor switch # monitor switch
XF86Display XF86Display
@ -128,3 +128,6 @@ XF86AudioPrev
ctrl + alt + Delete ctrl + alt + Delete
notify-send "Don't panic" "Everything will be alright" notify-send "Don't panic" "Everything will be alright"
super + Escape
~/.config/scripts/short_clock.sh