From 478d616a200f55c7ac1c85cb422aa434bce26cb3 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 30 Oct 2024 12:06:56 +0100 Subject: [PATCH] feat: adds "home-workspaces" for certain programs --- modules/home/hyprland/config.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 7499c97..2c6d2c2 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -335,6 +335,10 @@ "move 0 0,title:^(Firefox — Sharing Indicator)$" "size 700 450,title:^(Volume Control)$" "move 40 55%,title:^(Volume Control)$" + "workspace 10, thunderbird" + "workspace 8, nheko" + "workspace 8, element-desktop" + "workspace 9, spotify" ]; # windowrulev2 @@ -371,6 +375,8 @@ extraConfig = " monitor=,preferred,auto,auto + # debug:disable_logs = false + xwayland { force_zero_scaling = true }