From bc160af26aa0c136902db8ef10470024ca4f0bb0 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 17 Nov 2025 07:05:41 +0100 Subject: [PATCH] fix open-messaging and workspace assignments --- homes/julian/features/hyprland/default.nix | 2 ++ pkgs/open-messaging/default.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index 3e19099..d2d2f88 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -244,7 +244,9 @@ in { windowrulev2 = [ "suppressevent maximize, class:.*" "workspace 1, class:firefox" + "workspace 8, class:Zotero" "workspace 9, class:nheko" + "workspace 9, class:discord" "workspace 9, class:org.telegram.desktop" "workspace 10, class:thunderbird" "float, class:qalculate-gtk" diff --git a/pkgs/open-messaging/default.nix b/pkgs/open-messaging/default.nix index 4985dc8..f4eb14c 100644 --- a/pkgs/open-messaging/default.nix +++ b/pkgs/open-messaging/default.nix @@ -20,7 +20,7 @@ writeShellApplication { sleep 0.1 nheko & sleep 0.1 - Telegram & + telegram-desktop & sleep 0.1 discord & '';