Updated bspwm configs according to new bspwm version
This commit is contained in:
parent
52fd0111c4
commit
d12e583339
3 changed files with 16 additions and 20 deletions
|
@ -24,26 +24,25 @@ bspc config active_border_color "#545350"
|
||||||
bspc config focused_border_color "#7E7F89"
|
bspc config focused_border_color "#7E7F89"
|
||||||
|
|
||||||
|
|
||||||
bspc rule -a viewnior floating=true
|
bspc rule -a viewnior state=floating
|
||||||
bspc rule -a feh floating=true
|
bspc rule -a feh state=floating
|
||||||
bspc rule -a mpv floating=true
|
bspc rule -a mpv state=floating
|
||||||
bspc rule -a urxvt floating=true
|
bspc rule -a urxvt state=floating
|
||||||
bspc rule -a Thunar floating=true
|
bspc rule -a Thunar state=floating
|
||||||
bspc rule -a QEMU floating=true
|
bspc rule -a QEMU state=floating
|
||||||
bspc rule -a Gimp focus=on
|
bspc rule -a Gimp focus=on
|
||||||
|
|
||||||
#VBAM
|
#VBAM
|
||||||
bspc rule -a InputOutput floating=true
|
bspc rule -a InputOutput state=floating
|
||||||
|
|
||||||
#Nitrogen
|
#Nitrogen
|
||||||
bspc rule -a Nitrogen floating=true
|
bspc rule -a Nitrogen state=floating
|
||||||
|
|
||||||
# Onboard keyboard
|
# Onboard keyboard
|
||||||
bspc rule -a onboard manage=off
|
bspc rule -a onboard manage=off
|
||||||
|
|
||||||
# Flash
|
# Flash
|
||||||
bspc rule -a plugin-container floating=true
|
bspc rule -a plugin-container state=fullscreen
|
||||||
bspc rule -a plugin-container fullscreen=true
|
|
||||||
|
|
||||||
bspc desktop LVDS1:^9 -l monocle
|
bspc desktop LVDS1:^9 -l monocle
|
||||||
bspc rule -a "Psi-plus" desktop=LVDS1:^9
|
bspc rule -a "Psi-plus" desktop=LVDS1:^9
|
||||||
|
|
|
@ -20,5 +20,5 @@ done
|
||||||
|
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
|
||||||
exec bspwm
|
exec bspwm -c $HOME/.config/bspwm/bspwmrc
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ super + ctrl + {Left,Right,Up,Down}
|
||||||
|
|
||||||
#Insert into latest preselection
|
#Insert into latest preselection
|
||||||
super + ctrl + i
|
super + ctrl + i
|
||||||
bspc window -w last.manual
|
bspc window -w last.!automatic
|
||||||
|
|
||||||
#Flip Desktop
|
#Flip Desktop
|
||||||
super + ctrl + {h,v}
|
super + ctrl + {h,v}
|
||||||
|
@ -89,19 +89,16 @@ super + q
|
||||||
super + shift + r
|
super + shift + r
|
||||||
bspc desktop -R 90
|
bspc desktop -R 90
|
||||||
|
|
||||||
# Maximize
|
# Maximize and float
|
||||||
super + m
|
super + {m,f}
|
||||||
bspc window -t fullscreen
|
state={fullscreen,floating}; \
|
||||||
|
bspc query -W -w "focused.$\{state\}" && state=tiled; \
|
||||||
|
bspc window -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,window -d} $(bspc query -M -m):^{1-9}
|
||||||
|
|
||||||
# toggle floating
|
|
||||||
super + f
|
|
||||||
bspc window -t floating
|
|
||||||
|
|
||||||
|
|
||||||
# move windows
|
# move windows
|
||||||
super + button{1,3}
|
super + button{1,3}
|
||||||
bspc pointer -g {move,resize_corner}
|
bspc pointer -g {move,resize_corner}
|
||||||
|
|
Loading…
Reference in a new issue