Switch to using enable|disable instead of on|off
This commit is contained in:
parent
fa3e7fca3c
commit
c8f9e832e4
3 changed files with 5 additions and 5 deletions
|
@ -26,7 +26,7 @@ Sway is an incredible window manager, and certainly one of the most well establi
|
|||
- `dim_inactive_colors.urgent <hex color> ex, #900000FF`
|
||||
+ Application saturation: `for_window [CRITERIA HERE] saturation <set|plus|minus> <val 0.0 <-> 2.0>`
|
||||
+ Keep/remove separator border between titlebar and content: `titlebar_separator enable|disable`
|
||||
+ Treat Scratchpad as minimized: `scratchpad_minimize on|off`
|
||||
+ Treat Scratchpad as minimized: `scratchpad_minimize enable|disable`
|
||||
|
||||
## Roadmap
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@ dim_inactive 0.0
|
|||
dim_inactive_colors.unfocused #000000FF
|
||||
dim_inactive_colors.urgent #900000FF
|
||||
|
||||
# Move minimized windows into Scratchpad
|
||||
scratchpad_minimize on
|
||||
# Move minimized windows into Scratchpad (enable|disable)
|
||||
scratchpad_minimize enable
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
|
|
|
@ -72,8 +72,8 @@ The following commands may only be used in the configuration file.
|
|||
subsequent attempts will be ignored.
|
||||
|
||||
*scratchpad_minimize* <value>
|
||||
Adjusts if minimized windows should be moved into the scratchpad (on|off).
|
||||
Must be set at config-time (when starting sway).
|
||||
Adjusts if minimized windows should be moved into the scratchpad
|
||||
(enable|disable). Must be set at config-time (when starting sway).
|
||||
|
||||
*swaybg_command* <command>
|
||||
Executes custom background _command_. Default is _swaybg_. Refer to
|
||||
|
|
Loading…
Add table
Reference in a new issue