From 9dfaa540fe1b862a510d5fecf99d6c3f66f984a9 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sat, 2 Nov 2024 08:55:05 +0100 Subject: [PATCH] hyprland: cleanup --- modules/nixos/desktop/hyprland/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/nixos/desktop/hyprland/default.nix b/modules/nixos/desktop/hyprland/default.nix index a9496b1..339ce00 100644 --- a/modules/nixos/desktop/hyprland/default.nix +++ b/modules/nixos/desktop/hyprland/default.nix @@ -121,19 +121,18 @@ in ]; exec-once = [ - "waybar" - "dunst" - "systemctl --user start plasma-polkit-agent" + "${pkgs.hyprpanel}/bin/hyprpanel" + "systemctl --user start hyprpolkitagent" - "[workspace 3 silent] steam --disable-gpu-compositing" # nvidia pls let me have nice things - "[workspace 2 silent] discord --disable-gpu-compositing" - "[workspace 4 silent] 1password" + "[workspace 2 silent] steam --disable-gpu-compositing" # nvidia pls let me have nice things + "[workspace 8 silent] discord --disable-gpu-compositing" + "[workspace 9 silent] 1password" "[workspace 1 silent] zen" ]; windowrulev2 = [ #stean is a bit wierd, since it opens in multiple phases, so just move the last window to the workspace - "workspace 3 silent, class:^(steam)$, title:^(Steam)" + "workspace 2 silent, class:^(steam)$, title:^(Steam)" # make xwaylandvideobridge window invisible "opacity 0.0 override, class:^(xwaylandvideobridge)$"