Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
12345678910111213 |
- #!/bin/sh
-
- waitron wm_config border_width 5
- waitron wm_config color_focused 0x97a293
- waitron wm_config color_unfocused 0x393638
- waitron wm_config gap_width all 0
- waitron wm_config grid_gap_width 0
- waitron wm_config cursor_position middle
- waitron wm_config groups_nr 9
- waitron wm_config enable_sloppy_focus true
- waitron wm_config sticky_windows true
- waitron wm_config enable_borders true
- waitron wm_config enable_last_window_focusing true
|