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 & '';