diff options
author | Erik Reider <[email protected]> | 2023-03-26 17:44:21 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-03-26 11:44:21 -0400 |
commit | f2d29ceb6b831a07ce2bce4534fe6fec1f16eee3 (patch) | |
tree | d90b5fd546d6f55c7be7d0af43863f8f9262b4db /README.md | |
parent | 7d5d7a3022eb17835cea7af7290b1a5d2fe4b03a (diff) |
Extend minimize logic to work with XWayland and XDG applications (#132)
* Extend minimize logic
* Removed redundant xwayland minimize logic
* minor fixes
* Fixed not properly checking if window is ran though XWayland
* Added config option with default being off
* Set scratchpad_minimize to true by default
* Improve config dependant logic
* Switch to using enable|disable instead of on|off
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +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 enable|disable` ## Roadmap |