dot

NixOS dotfiles
git clone https://git.echoz.io/dot.git
Log | Files | Refs

commit 77d19ac905e44448e84cccf01191379b6dacd718
parent 0898c254602d7d30f0e60f8b9cf8bc7c6ee98c0f
Author: Chris <chris@echoz.io>
Date:   Thu,  7 May 2026 17:06:23 +0200

fix(hyprland): rules for slack and signal

Diffstat:
Mmodules/hypr/hyprland.nix | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix @@ -191,8 +191,9 @@ "workspace 2 silent, match:class ^steam_app_[0-9]+$" "workspace 5 silent, match:class ^firefox$" "workspace 3 silent, match:class ^discord$" - "workspace 3 silent, match:class ^Slack$" + "workspace 3 silent, match:class ^com.slack.Slack$" "workspace 3 silent, match:class ^spotify$" + "workspace 3 silent, match:class ^org.signal.Signal$" "workspace 5 silent, tile on, match:class ^steam_app_2694490" ]; };