From 0ad551d0ae89166fad030b3b0ebc62d7b59a428c Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 26 Apr 2024 15:07:04 -0400 Subject: [PATCH] 476 current 2024-04-26 15:06:55 24.05.20240426.4c86138 6.8.6-zen1 * --- modules/rice/hyprland/config.nix | 4 ++++ modules/rice/hyprland/rules.nix | 2 ++ 2 files changed, 6 insertions(+) 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)$"