From 56154c07586b4acd9c50e018effcd299ce573519 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 24 Jun 2024 17:27:35 +0200 Subject: [PATCH] Pass ctrl+f10 to obs as global kbd --- home/programs/graphical/wms/hyprland/config/keybinds.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/programs/graphical/wms/hyprland/config/keybinds.nix b/home/programs/graphical/wms/hyprland/config/keybinds.nix index 58d1d1d..22b4f17 100644 --- a/home/programs/graphical/wms/hyprland/config/keybinds.nix +++ b/home/programs/graphical/wms/hyprland/config/keybinds.nix @@ -181,6 +181,12 @@ "SUPER_SHIFT, mouse_up, focusmonitor, -1" "SUPER_SHIFT, bracketright, focusmonitor, +1" "SUPER_SHIFT, bracketleft, focusmonitor, -1" + + # + # Global keybinds (passing keys to other programs) + # + "CTRL, F10, pass, ^(com\.obsproject\.Studio)$" + ]; # Mouse bindings