Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910111213141516171819202122232425 |
- #!/bin/sh
- bspc monitor DisplayPort-3 -d 0 1 2 3 4 5 6 7 8 9
- bspc monitor HDMI-A-3 -d 10 11 12 13 14 15 16 17 18 19
-
- bspc config border_width 1
- bspc config window_gap 3
- bspc config split_ratio 0.5
- bspc config removal_adjustment false
- bspc config borderless_monocle true
- bspc config gapless_monocle true
- bspc config focus_follows_pointer true
- bspc config pointer_follows_monitor true
- bspc config click_to_focus button1
-
- bspc rule -a Firefox desktop=^2
- bspc rule -a mpv state=floating
- bspc rule -a Peek state=floating
- bspc rule -a kittyfloat state=floating
- bspc rule -a TelegramDesktop desktop=^3
- bspc rule -a Hexchat desktop=^3
- bspc rule -a discord desktop=^13
- bspc rule -a Ripcord desktop=^13
- bspc rule -a Element desktop=^13
- bspc rule -a mirage desktop=^13
- bspc rule -a Steam desktop=^4 state=floating
|