From da011393a6b8d9be28fe74d016666d8c9179332e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 7 Nov 2023 03:45:29 +0100 Subject: Hyprland: Add the ‘M-u’ binding for uni MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3