From b15574ce259da0f455cdf301b66bc7e4ec0bcc4f Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 9 Oct 2023 19:27:05 +0200 Subject: [PATCH] Add keybind isolation group --- home/.config/hypr/keybinds.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/home/.config/hypr/keybinds.conf b/home/.config/hypr/keybinds.conf index f9c7de6..fbfe5d5 100644 --- a/home/.config/hypr/keybinds.conf +++ b/home/.config/hypr/keybinds.conf @@ -196,4 +196,11 @@ submap = reset bind = CTRL, F10, pass, ^(com\.obsproject\.Studio)$ bind = CTRL, F10, pass, ^(com\.obsproject\.Studio)$ -# vi: ft=conf +# Isolating group to prevent keybind capturing (for games etc) +# SUPER + Fn + semicol +bind = SUPER, code:94, exec, hyprctl dispatch submap isolate && notify-send "Keybind isolation" "Keybind isolation on" +submap = isolate +bind = SUPER, code:94, exec, hyprctl dispatch submap reset && notify-send "Keybind isolation" "Keybind isolation off" +submap = reset + +# vi: ft=hypr