diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-04-22 00:25:02 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-22 00:25:02 +0900 |
| commit | cd114b99915ed3954e54dd30bf17499660e330e7 (patch) | |
| tree | 89eb9f932f2b73a45e4e698ada03be1200d50a8b /config/hypr/UserConfigs | |
| parent | b85724e90cf7381971700a1d28afa24b1276bc9d (diff) | |
| parent | 11afaaae3c841d5804d52ff92d84157270bfc88d (diff) | |
Merge pull request #205 from JaKooLit/development
Development to Main before
Diffstat (limited to 'config/hypr/UserConfigs')
| -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 8ccbfa63..da0e156d 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 init +exec-once = swww query || swww-daemon --format xrgb exec-once = $SwwwRandom $wallDIR # random wallpaper switcher every 30 minutes # Startup @@ -42,7 +42,7 @@ exec-once = swayidle -w timeout 900 '$lock' #exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' # Here are list of features available but disabled by default -#exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper +#exec-once = swww query || swww swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #gnome polkit for nixos #exec-once = $scriptsDir/Polkit-NixOS.sh |
