windowchefrc (430B)
1 2 3 4 5 6 7 8 9 10 11 12 13 | #!/bin/sh waitron wm_config border_width 1 waitron wm_config color_focused 0xa89984 waitron wm_config color_unfocused 0x504945 waitron wm_config gap_width all 20 waitron wm_config gap_width top 50 waitron wm_config grid_gap_width 20 waitron wm_config cursor_position bottomright waitron wm_config groups_nr 5 waitron wm_config enable_sloppy_focus true waitron wm_config sticky_windows false waitron wm_config enable_borders true |