From 66dcd82952d1cf86174cc3194fb61ceb5bd17296 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Tue, 16 Sep 2025 17:31:28 +0200 Subject: [PATCH] [Hyprland] Fix bind --- config/hypr/hyprland/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hypr/hyprland/binds.conf b/config/hypr/hyprland/binds.conf index 6921fe9..52bc815 100644 --- a/config/hypr/hyprland/binds.conf +++ b/config/hypr/hyprland/binds.conf @@ -226,7 +226,7 @@ bind = $mainMod CTRL, E, exec, hyprctl keyword monitor HDMI-A-1, 1280x720@60, 38 # ╰────────────────────────────────────────────────╯ # ──────────────────────────────────────────────────────────────────── bind = CTRL ALT, Delete, exec, notify-send 'I am not Windows' 'Did ya really think that was gonna do anything? Only an eternally broken OS could need such a stupid keybind' -bind = ALT, F4, exec, notify-send 'I am not Windows' 'That just feels super unergonomic of a keybind to be used for such a common action' +bind = ALT, F4, exec, notify-send 'I am not Windows' 'That just feels like a way too unergonomic keybind to be used for such a common action' bind = $mainMod, left, exec, notify-send 'I am not Windows' 'This is no inefficient stacking manager. Tiling happens automatically' bind = $mainMod, right, exec, notify-send 'I am not Windows' 'This is no inefficient stacking manager. Tiling happens automatically' bind = $mainMod, up, exec, notify-send 'I am not Windows' 'This is no inefficient stacking manager. Tiling happens automatically'