summaryrefslogtreecommitdiff
path: root/sway/commands/scratchpad_minimize.c
AgeCommit message (Collapse)Author
2023-03-26Extend minimize logic to work with XWayland and XDG applications (#132)Erik Reider
* 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