diff --git a/README.md b/README.md index 65a95572..e2bf891d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Sway is an incredible window manager, and certainly one of the most well establi - `dim_inactive_colors.urgent ex, #900000FF` + Application saturation: `for_window [CRITERIA HERE] saturation 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 diff --git a/config.in b/config.in index a0314179..8053f03a 100644 --- a/config.in +++ b/config.in @@ -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 # diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 43fd5220..a470005a 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -72,8 +72,8 @@ The following commands may only be used in the configuration file. subsequent attempts will be ignored. *scratchpad_minimize* - 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* Executes custom background _command_. Default is _swaybg_. Refer to