2022-08-27 06:09:46 +02:00
|
|
|
extra config early
|
|
|
|
|
2024-09-08 09:55:05 +02:00
|
|
|
if [[ $(bspc query --desktops --names --monitor focused) == Desktop ]]; then
|
|
|
|
bspc monitor focused -d 'desktop 1' 'd'\''esk top'
|
2022-03-18 03:56:56 +01:00
|
|
|
fi
|
2021-06-20 00:40:17 +02:00
|
|
|
|
2024-09-08 09:55:05 +02:00
|
|
|
bspc config border_width 2
|
|
|
|
bspc config external_rules_command '/path/to/external rules command'
|
|
|
|
bspc config gapless_monocle on
|
|
|
|
bspc config ignore_ewmh_fullscreen enter,exit
|
|
|
|
bspc config split_ratio 0.520000
|
2021-06-20 00:40:17 +02:00
|
|
|
|
|
|
|
bspc rule -r '*'
|
2022-07-07 05:36:20 +02:00
|
|
|
bspc rule -a '*' 'center=off' 'desktop=d'\''esk top#next' 'split_dir=north' 'sticky=on' 'unknown_rule=42'
|
2021-06-20 00:40:17 +02:00
|
|
|
|
|
|
|
# java gui fixes
|
|
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
|
|
bspc rule -a sun-awt-X11-XDialogPeer state=floating
|
|
|
|
|
|
|
|
extra config
|
|
|
|
|
|
|
|
foo &
|
|
|
|
bar || qux &
|