mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 13:39:46 +01:00
e70524cd2b
* bspwm: various improvements - fixes shell escaping issues and general style issues - allow reloading the config on-the-fly by exposing bspwmrc to the user * bspwm: add configuration test
18 lines
471 B
Text
Executable file
18 lines
471 B
Text
Executable file
bspc monitor 'focused' -d 'desktop 1' 'd'\''esk top'
|
|
|
|
bspc config 'border_width' 2
|
|
bspc config 'external_rules_command' '/path/to/external rules command'
|
|
bspc config 'gapless_monocle' true
|
|
bspc config 'split_ratio' 0.520000
|
|
|
|
bspc rule -r '*'
|
|
bspc rule -a '*' 'center=off' 'desktop=d'\''esk top#next' 'split_dir=north' 'sticky=on'
|
|
|
|
# java gui fixes
|
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
|
bspc rule -a sun-awt-X11-XDialogPeer state=floating
|
|
|
|
extra config
|
|
|
|
foo &
|
|
bar || qux &
|