From d292736b318c290a24aa5493db1568c5d7690bdf Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 26 Aug 2025 11:47:12 -0400 Subject: [PATCH 1/2] persistent ws 5 --- hypr/hyprland/rules.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/hypr/hyprland/rules.conf b/hypr/hyprland/rules.conf index d55b048..7ca12f9 100644 --- a/hypr/hyprland/rules.conf +++ b/hypr/hyprland/rules.conf @@ -1,12 +1,5 @@ - -# Example windowrule v1 -# windowrule = float, ^(kitty)$ -# Example windowrule v2 -# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more windowrule = nomaxsize, class:.* # You'll probably like this. -# windowrulev2 = opacity 1 0.6, class:.* - # Apps windowrule = idleinhibit fullscreen, class:^(*)$ @@ -33,4 +26,5 @@ workspace = 1, persistent:true workspace = 2, persistent:true workspace = 3, persistent:true workspace = 4, persistent:true +workspace = 5, persistent:true From 1fb43470a843eb3001fcf1398884a5aae459bdb2 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 26 Aug 2025 23:34:28 -0400 Subject: [PATCH 2/2] global obs record keybind --- hypr/hyprland/keybinds.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hypr/hyprland/keybinds.conf b/hypr/hyprland/keybinds.conf index 9f344f6..8943670 100644 --- a/hypr/hyprland/keybinds.conf +++ b/hypr/hyprland/keybinds.conf @@ -4,6 +4,11 @@ bind = $mainMod, ESCAPE, global, lux:power-menu bind = $mainMod, R, global, lux:launcher # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more + +# Global +bind = SUPER, F10, sendshortcut, CTRL, F10, class:^(com\.obsproject\.Studio)$ + +# Programs bind = $mainMod, T, exec, $terminal bind = $mainMod, X, killactive, bind = $mainMod, E, exec, $fileManager