more attempts at bspwm, shame steam still does not work properly with it =/
This commit is contained in:
parent
99df1c8dc5
commit
545ab7f08e
2 changed files with 5 additions and 1 deletions
|
@ -18,10 +18,11 @@ bspc config split_ratio '0.50'
|
|||
bspc config borderless_monocle 'true'
|
||||
bspc config gapless_monocle 'true'
|
||||
bspc config focus_by_distance 'true'
|
||||
bspc config ignore_ewmh_focus 'true'
|
||||
#bspc config ignore_ewmh_focus 'true'
|
||||
#bspc config initial_polarity 'second_child'
|
||||
|
||||
bspc monitor -d 1 2 3 4 5
|
||||
|
||||
bspc rule -a Gimp desktop=^8 follow=on floating=on
|
||||
bspc rule -a Steam desktop=^4 follow=off floating=on
|
||||
bspc rule -a mpv floating=on
|
||||
|
|
|
@ -59,6 +59,9 @@ super + x
|
|||
super + {r,u}
|
||||
/home/von/.config/bspwm/bspmenu_{run,url}
|
||||
|
||||
alt + F2
|
||||
dmenu_run
|
||||
|
||||
super + z
|
||||
bash -c "until i3lock -entc 661111 -i /home/von/Pictures/wallpaper.png; do :; done"
|
||||
|
||||
|
|
Loading…
Reference in a new issue