From 01007b0eae17e24599bd83c8f47c39a791c618be Mon Sep 17 00:00:00 2001 From: NullBite Date: Tue, 19 Mar 2024 03:53:44 -0400 Subject: [PATCH] Hyprland: reorder exec-once commands I don't even know if they're sequential but the wallpaper takes way too long to load (more than 0 seconds completely unusable) --- home/sessions/hyprland/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/sessions/hyprland/default.nix b/home/sessions/hyprland/default.nix index ba12ed1..dc54165 100644 --- a/home/sessions/hyprland/default.nix +++ b/home/sessions/hyprland/default.nix @@ -97,11 +97,11 @@ in # exec-once = waybar & hyprpaper & firefox exec-once = [ + wallpaper-cmd notifydaemon polkit-agent - xdpg-workaround idle-cmd - wallpaper-cmd + xdpg-workaround ]; # Source a file (multi-file configs)