parent
bd38e100fc
commit
58bcebd6f5
@ -0,0 +1,24 @@ |
||||
#! /bin/sh |
||||
|
||||
sxhkd & |
||||
|
||||
while :; do |
||||
bspc subscribe --count 1 node_focus > /dev/null || break |
||||
bspc node focused.floating --layer above |
||||
bspc node focused.floating --layer normal |
||||
done & |
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X |
||||
|
||||
# Focus folows mouse |
||||
bspc config focus_follows_pointer true |
||||
|
||||
bspc config border_width 1 |
||||
bspc config window_gap 16 |
||||
|
||||
bspc config split_ratio 0.52 |
||||
bspc config borderless_monocle true |
||||
bspc config gapless_monocle true |
||||
|
||||
# Window rules |
||||
bspc rule -a Chromium desktop='^9' |
@ -1,2 +1,2 @@ |
||||
hwdec=auto-safe |
||||
gpu-context=wayland |
||||
#gpu-context=wayland |
||||
|
@ -1,18 +0,0 @@ |
||||
#! /bin/sh |
||||
|
||||
sxhkd & |
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X |
||||
|
||||
bspc config border_width 1 |
||||
bspc config window_gap 16 |
||||
|
||||
bspc config split_ratio 0.52 |
||||
bspc config borderless_monocle true |
||||
bspc config gapless_monocle true |
||||
|
||||
#bspc rule -a Gimp desktop='^8' state=floating follow=on |
||||
bspc rule -a Firefox desktop='^9' |
||||
#bspc rule -a mplayer2 state=floating |
||||
#bspc rule -a Kupfer.py focus=on |
||||
#bspc rule -a Screenkey manage=off |
@ -1,19 +0,0 @@ |
||||
#! /bin/sh |
||||
|
||||
sxhkd & |
||||
|
||||
bspc monitor -d I II III IV V VI VII VIII IX X |
||||
|
||||
bspc config border_width 1 |
||||
bspc config window_gap 16 |
||||
bspc config border_radius 25 |
||||
|
||||
bspc config split_ratio 0.52 |
||||
bspc config borderless_monocle true |
||||
bspc config gapless_monocle true |
||||
|
||||
bspc rule -a Gimp desktop='^8' state=floating follow=on |
||||
bspc rule -a Chromium desktop='^2' |
||||
bspc rule -a mplayer2 state=floating |
||||
bspc rule -a Kupfer.py focus=on |
||||
bspc rule -a Screenkey manage=off |
Loading…
Reference in new issue