From f2a67b3704c1f47fa46262843322b07f44acbf9c Mon Sep 17 00:00:00 2001 From: Jeena Date: Thu, 18 Dec 2025 13:24:24 +0900 Subject: [PATCH] Switch OBS start/stop from F10 to F12 F10 is already used for screenshots. --- hypr/keybindings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/keybindings.conf b/hypr/keybindings.conf index 6f40574..b00139c 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, F10, pass, class:^(com.obsproject.Studio)$ +bind = $mainMod, F12, pass, class:^(com.obsproject.Studio)$ bind = , F1, pass, class:^(com.obsproject.Studio)$ bind = , F2, pass, class:^(com.obsproject.Studio)$