diff --git a/modules/rice/hyprland/config.nix b/modules/rice/hyprland/config.nix index e91e119..590a047 100644 --- a/modules/rice/hyprland/config.nix +++ b/modules/rice/hyprland/config.nix @@ -5,7 +5,11 @@ "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP" "pw-loopback -C \"alsa_input.pci-0000_0d_00.4.analog-stereo\" -P \"Scarlett Solo (3rd Gen.) Headphones / Line 1-2\"" "sway-audio-idle-inhibit" + "firefox" "thunderbird" + "vesktop" + "spotify" + "slack" ]; general = { diff --git a/modules/rice/hyprland/rules.nix b/modules/rice/hyprland/rules.nix index 447d3b9..76379de 100644 --- a/modules/rice/hyprland/rules.nix +++ b/modules/rice/hyprland/rules.nix @@ -36,6 +36,8 @@ "workspace 2, class:^(thunderbird)$" "workspace 4, title:^(.*(Disc|WebC)ord.*)$" + "workspace 4, class:^(.*Slack.*)$" + "workspace 3, title:^(Spotify Premium)$" "workspace 2, class:^(firefox)$" "opacity 0.0 override,class:^(xwaylandvideobridge)$" "noanim,class:^(xwaylandvideobridge)$"