diff options
| author | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-05-13 15:20:26 +0530 |
|---|---|---|
| committer | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-05-13 15:20:26 +0530 |
| commit | 610945d55a47d0a22723b33eaff2c9d87ab65963 (patch) | |
| tree | ab033d875ff1071de7a15c663b41fe26604fcbbc | |
| parent | 5504e52b590a4afb5e887f94e98e5b0a17c4e102 (diff) | |
patch-swww: at startup, always start swww-daemon explicitly
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 2f529d61..5fe82777 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -9,7 +9,7 @@ $lock = $scriptsDir/LockScreen.sh $SwwwRandom = $UserScripts/WallpaperAutoChange.sh # wallpaper stuff / More wallpaper options below -exec-once = swww query || swww-daemon --format xrgb +exec-once = swww-daemon --format xrgb exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes # Startup @@ -41,7 +41,7 @@ exec-once = hypridle & exec-once = pypr & # Here are list of features available but disabled by default -# exec-once = swww query || swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper +# exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #gnome polkit for nixos #exec-once = $scriptsDir/Polkit-NixOS.sh |
