mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 16:59:43 +01:00
8a175a8913
Fixes tests that are affected by <https://github.com/NixOS/nixpkgs/pull/333744>.
23 lines
625 B
Text
Executable file
23 lines
625 B
Text
Executable file
extra config early
|
|
|
|
if [[ $(bspc query --desktops --names --monitor focused) == Desktop ]]; then
|
|
bspc monitor focused -d 'desktop 1' 'd'\''esk top'
|
|
fi
|
|
|
|
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
|
|
|
|
bspc rule -r '*'
|
|
bspc rule -a '*' 'center=off' 'desktop=d'\''esk top#next' 'split_dir=north' 'sticky=on' 'unknown_rule=42'
|
|
|
|
# java gui fixes
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
bspc rule -a sun-awt-X11-XDialogPeer state=floating
|
|
|
|
extra config
|
|
|
|
foo &
|
|
bar || qux &
|