From 409723adf6716c54711dbb424f881db0a2c93f07 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 24 Feb 2025 23:29:17 +0100 Subject: [PATCH] Mention binding to quit keybind isolation in notif --- home/.config/hypr/hyprland.d/keybinds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/hypr/hyprland.d/keybinds.conf b/home/.config/hypr/hyprland.d/keybinds.conf index 728acae..ad0028b 100644 --- a/home/.config/hypr/hyprland.d/keybinds.conf +++ b/home/.config/hypr/hyprland.d/keybinds.conf @@ -283,7 +283,7 @@ bind = CTRL, F10, pass, ^(com\.obsproject\.Studio)$ # Isolating group to prevent keybind capturing (for games etc) # SUPER + End -bind = SUPER, End, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on" +bind = SUPER, End, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on (Super + END to disable)" submap = isolate bind = SUPER, End, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off" submap = reset