mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 15:31:28 +00:00
add a chapter for a single keypress under QA (#8148)
parent
1705cef39a
commit
b48a175e49
7
Home.md
7
Home.md
|
@ -471,6 +471,13 @@ bindsym --to-code {
|
|||
}
|
||||
```
|
||||
|
||||
### Windows/KDE/gnome launcher shortcut
|
||||
|
||||
This will toggle the launcher on a single keypress, but not if a keybind was triggered with that key.
|
||||
```
|
||||
bindsym --no-repeat --release Super_L exec pkill $launcher || $launcher
|
||||
```
|
||||
|
||||
### Memorize and switch target windows
|
||||
|
||||
Configuration example:
|
||||
|
|
Loading…
Reference in a new issue