From 06dcf95f188497a2636ac85a606e83a1f671dcff Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 23 Jun 2023 01:06:51 -0400 Subject: [PATCH] Add obs hotkeys --- home-manager/linux/programs/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index 9b31e18..fb62dea 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -262,6 +262,11 @@ in with lib; { windowrulev2 = workspace special silent,$dropspotify windowrulev2 = center,$dropspotify + ## Global keybinds + + # OBS + bind = SHIFT, F10, pass,^(com\.obsproject\.Studio)$ + bind = SHIFT, F11, pass,^(com\.obsproject\.Studio)$ ''; };