mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Uncommon tips&tricks: Add info for how to swap caps lock and escape (#457)
This commit is contained in:
parent
2448dada16
commit
280c52769a
1 changed files with 8 additions and 0 deletions
|
@ -52,6 +52,14 @@ input {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Swap Caps-Lock and Escape
|
||||||
|
|
||||||
|
```
|
||||||
|
input {
|
||||||
|
kb_options = caps:swapescape
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
# Minimize Steam instead of killing
|
# Minimize Steam instead of killing
|
||||||
|
|
||||||
Steam will exit entirely when it's last window is closed using the `killactive` dispatcher.
|
Steam will exit entirely when it's last window is closed using the `killactive` dispatcher.
|
||||||
|
|
Loading…
Reference in a new issue