From 36aced3350c144ff346a1f883ab81b7ede64682e Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 24 Jun 2024 19:23:39 +0200 Subject: [PATCH] Use meta+end for kbd isolation (not meta+favorites) --- home/programs/graphical/wms/hyprland/config/keybinds.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/programs/graphical/wms/hyprland/config/keybinds.nix b/home/programs/graphical/wms/hyprland/config/keybinds.nix index 22b4f17..ce768bd 100644 --- a/home/programs/graphical/wms/hyprland/config/keybinds.nix +++ b/home/programs/graphical/wms/hyprland/config/keybinds.nix @@ -230,10 +230,10 @@ # # Useful to prevent keybind capturing (for games, etc) - # SUPER + Fn + F12 (Favorites) - bind = SUPER, XF86Favorites, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on" + # SUPER + End + bind = SUPER, End, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on" submap = isolate - bind = SUPER, XF86Favorites, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off" + bind = SUPER, End, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off" submap = reset #