2022-08-27 06:09:46 +02:00
|
|
|
extra config early
|
|
|
|
|
2022-03-18 03:56:56 +01:00
|
|
|
if [[ $(bspc query --desktops --names --monitor 'focused') == Desktop ]]; then
|
|
|
|
bspc monitor 'focused' -d 'desktop 1' 'd'\''esk top'
|
|
|
|
fi
|
2021-06-20 00:40:17 +02:00
|
|
|
|
2021-06-20 06:57:40 +02:00
|
|
|
bspc config 'border_width' '2'
|
2021-06-20 00:40:17 +02:00
|
|
|
bspc config 'external_rules_command' '/path/to/external rules command'
|
2021-06-20 06:57:40 +02:00
|
|
|
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 &
|