Uncommon tips & tricks: minimize windows tip (#626)

This commit is contained in:
a-amr 2024-05-01 22:24:20 +03:00 committed by GitHub
parent 4ffb8fe4e3
commit 88d1d8b0ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -82,6 +82,16 @@ input {
kb_options = caps:swapescape
}
```
## Minimize windows using special workspaces
This approach uses special workspaces to mimic the "minimize window" function, by using a single keybind to toggle the minimized state.
Note that one keybind can only handle one window.
```ini
bind = $mod, S, togglespecialworkspace, magic
bind = $mod, S, movetoworkspace, +0
bind = $mod, S, togglespecialworkspace, magic
bind = $mod, S, movetoworkspace, special:magic
bind = $mod, S, togglespecialworkspace, magic
```
## Minimize Steam instead of killing