mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
update release mod mod binds
This commit is contained in:
parent
452eb690c9
commit
fb177940c9
1 changed files with 2 additions and 2 deletions
|
@ -80,11 +80,11 @@ will bind it to <key>SUPER</key> + <key>LMB</key>.
|
|||
|
||||
### Only modkeys
|
||||
|
||||
For binding only modkeys, you need to use the SOURCE modmask (without the
|
||||
For binding only modkeys, you need to use the TARGET modmask (with the
|
||||
activating mod) and the `r` flag, e.g.:
|
||||
|
||||
```ini
|
||||
bindr=SUPER,Alt_L,exec,amongus
|
||||
bindr=SUPER ALT,Alt_L,exec,amongus
|
||||
```
|
||||
|
||||
Will bind `exec amongus` to <key>SUPER</key> + <key>ALT</key>
|
||||
|
|
Loading…
Reference in a new issue