You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- #!/bin/sh
- bspc monitor -d 0 1 2 3 4 5 6 7 8 9
-
- bspc config border_width 1
- bspc config window_gap 3
- bspc config split_ratio 0.5
- bspc config removal_adjustment longest_side
- bspc config borderless_monocle true
- bspc config gapless_monocle true
- bspc config focus_follows_pointer true
- bspc config click_to_focus button1
-
- bspc rule -a Nightly desktop='^2'
- bspc rule -a mpv state=floating
- bspc rule -a Peek state=floating
- bspc rule -a kittyfloat state=floating
|