@@ -12,7 +12,7 @@ xsetroot -cursor_name left_ptr
|
||||
|
||||
# Global config
|
||||
bspc config focused_sticky_border_color "#030061"
|
||||
bspc config focused_border_color "#467EC2"
|
||||
bspc config focused_border_color "#67748F"
|
||||
bspc config normal_border_color "#1f1f1f"
|
||||
bspc config urgent_border_color "#f9f9f9"
|
||||
bspc config window_gap "9"
|
||||
@@ -41,10 +41,11 @@ done
|
||||
while read -r rule _; do bspc rule -r "$rule"; done < <(bspc rule -l)
|
||||
|
||||
# Now add the rules
|
||||
bspc rule -a Steam state=floating desktop=^8
|
||||
bspc rule -a Firefox:Navigator state=tiled desktop=^2
|
||||
bspc rule -a \*:Hearthstone.exe desktop=^5
|
||||
bspc rule -a \* state=floating
|
||||
bspc rule -a 'Steam' state=floating desktop=^8
|
||||
bspc rule -a 'Firefox:Navigator' state=tiled desktop=^2
|
||||
bspc rule -a '*:Hearthstone.exe' desktop=^5
|
||||
bspc rule -a '*:Arma 3' state=fullscreen desktop=^5
|
||||
bspc rule -a '*' state=floating
|
||||
|
||||
# start some services
|
||||
services=( sxhkd dunst ssh-agent )
|
||||
|
@@ -3,23 +3,20 @@
|
||||
#
|
||||
|
||||
# general
|
||||
super + w; {q,c,k}
|
||||
bspc node -{c,c,k}
|
||||
|
||||
super + w; {n,p}
|
||||
bspc node -f {next,prev}.local
|
||||
super + w; {q,k}
|
||||
bspc node -{c,k}
|
||||
|
||||
super + w; m; {t,f,T,F}
|
||||
bspc node -t {tiled,floating,pseudo_tiled,fullscreen}
|
||||
|
||||
super + w; d; {0-9,h}
|
||||
bspc node -d {0-9,h}
|
||||
super + w; d; {0-9,h,p}
|
||||
bspc node -d {0-9,h,p}
|
||||
|
||||
super + w; s; {Left,Up,Right,Down}
|
||||
bspc node --presel-dir '~'{west,north,east,south}
|
||||
|
||||
super + w; {0-9,h}
|
||||
bspc desktop -f {0-9,h}
|
||||
super + w; {0-9,h,p}
|
||||
bspc desktop -f {0-9,h,p}
|
||||
|
||||
super + w; space
|
||||
bspc desktop -l next
|
||||
@@ -27,9 +24,21 @@ super + w; space
|
||||
super + w; x
|
||||
terminal
|
||||
|
||||
super + w; b
|
||||
bspc node -s biggest.local
|
||||
|
||||
super + w; Return
|
||||
bspc node @focused:/ -R 90
|
||||
|
||||
super + w; w
|
||||
ssm chameleon reload
|
||||
|
||||
super + w; c
|
||||
win-hd-center 1280x720
|
||||
|
||||
# Locker
|
||||
super + l; l
|
||||
ssm lockd lock
|
||||
ssm lockd start_or_lock
|
||||
|
||||
super + l; {u,s}
|
||||
ssm lockd stop
|
||||
@@ -49,11 +58,11 @@ super + {j,k}
|
||||
|
||||
# mpd
|
||||
super + m; {a,s,n,p}
|
||||
mpc {play,stop,next,prev}
|
||||
playerctl -p tuijam {play-pause,stop,next,prev}
|
||||
|
||||
# Sound
|
||||
super + {comma,period}
|
||||
amixer -c 0 set PCM 2dB{-,+}
|
||||
amixer -c 0 set PCM 5%{-,+}
|
||||
|
||||
# Fucking Firefox man
|
||||
control + q
|
||||
|
Reference in New Issue
Block a user