From d4545b0b6856f7052fb58383fbbb1f30a6a7fd0c Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 28 Jun 2025 09:33:55 +0200 Subject: [PATCH] feat(hyprland): add more rules. --- modules/linux/home-manager/hyprland.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index fb1c972..aafccff 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -289,9 +289,16 @@ in { # Make keepassxc floating "float, class:^(org.keepassxc.KeePassXC)$" + # Move to workspace 1 + "workspace 1, class:^(org.qutebrowser.qutebrowser)$" + # Move to workspace 5 "workspace 5, class:^(vesktop)$" + # Move to workspace 6 + "workspace 5, class:^(steam)$" + "workspace 5, class:^(heroic)$" + # Enable inhibition for fullscreen apps "idleinhibit fullscreen, class:^(*)$" "idleinhibit fullscreen, title:^(*)$"