From 062f0968d99dcd7da45b4921b7590b76855418ae Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Thu, 29 Aug 2024 22:30:01 +0200 Subject: [PATCH] feat: add workspace rules --- modules/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/hyprland.nix b/modules/hyprland.nix index 006c2eb..40be86a 100644 --- a/modules/hyprland.nix +++ b/modules/hyprland.nix @@ -90,6 +90,9 @@ in windowrulev2 = [ "opacity 1.0 0.6,class:^(kitty)$" "stayfocused,class:^(wofi)$" + "workspace 1 silent,class:^(vesktop)$" + "workspace 3 silent,class:^(thunderbird)$" + "workspace 3 silent,class:^(org.keepassxc.KeePassXC)$" ]; env = [ "WLR_NO_HARDWARE_CURSORS,1"