From b53f54deb1713b0a3d0dd3aecb65c6efde9788f6 Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 18 Dec 2025 13:33:45 +0900 Subject: [PATCH] Replace OBS start/stop with SUPER ALT, TAB F12 was opening stuff in the browser. --- hypr/keybindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index b00139c..6217f8e 100644 --- a/hypr/keybindings.conf +++ b/hypr/keybindings.conf @@ -27,6 +27,6 @@ bind = $mainMod SHIFT, L, exec, wlogout --protocol layer-shell bind = $mainMod, F1, exec, ~/.config/hypr/scripts/cheatsheet.py ~/.config/hypr/shortcuts.txt # OBS -bind = $mainMod, F12, pass, class:^(com.obsproject.Studio)$ +bind = $mainMod ALT, TAB, pass, class:^(com.obsproject.Studio)$ bind = , F1, pass, class:^(com.obsproject.Studio)$ bind = , F2, pass, class:^(com.obsproject.Studio)$