diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 03:45:29 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-11-07 03:45:29 +0100 |
commit | da011393a6b8d9be28fe74d016666d8c9179332e (patch) | |
tree | 2e8272ebf293400a8fb692eeeb30bc012b679a3b /.config/hypr | |
parent | e245030c07d68ae4f1b05b8c9dc10443bdc5bcdd (diff) |
Hyprland: Add the ‘M-u’ binding for uni
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d0cf2f8..404d6e9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -87,6 +87,7 @@ bind = $modkey, C, exec, exec foot ec bind = $modkey, M, exec, exec foot aerc bind = $modkey SHIFT, F, togglefloating bind = $modkey, X, exec, exec chkb 2>/dev/null +bind = $modkey, U, exec, exec uni 2>/dev/null # Change focused window bind = $modkey, H, movefocus, l |