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)$ ''; };