diff options
| author | zachir <zachir@librem.one> | 2026-05-12 19:16:28 -0500 |
|---|---|---|
| committer | zachir <zachir@librem.one> | 2026-05-12 19:16:28 -0500 |
| commit | 521d62efa71df1e1966d7d45f1ca0b60764d967a (patch) | |
| tree | 09d0001eb5296fc756f5f9b750cfcf72ae10e8ee /hypr | |
| parent | 1058d352981d78c38faffbdf6a221a4ad2bdadf4 (diff) | |
Rewrite exit to not use uwsmcas
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a700283..9e906da 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -337,7 +337,7 @@ bind = $mainMod, Backspace, exec, touchpad.sh #{{{ WC binds bind = $mainMod SHIFT, Q, killactive, -bind = $mainMod SHIFT, E, exec, uwsm stop +bind = $mainMod SHIFT, E, exit, bind = $mainMod SHIFT, SPACE, togglefloating, bind = $mainMod $secdMod, F2, exec, ~/.config/hypr/gamemode.sh bind = $mainMod, F, fullscreen, 0 |
