diff options
| author | Alberson Miranda <45690517+albersonmiranda@users.noreply.github.com> | 2025-11-08 00:17:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-08 12:17:21 +0900 |
| commit | 672aaf336df2a4897c086d84da6fea8611a5ec54 (patch) | |
| tree | 895e5c13376cbc0e7800f09b13be106f5fd37450 /config/hypr/configs | |
| parent | 1788691d242abe607add69d211478e306a154cc6 (diff) | |
feat: resume hyprsunset (#862)
Looks good! Merging this into development branch 👍
Diffstat (limited to 'config/hypr/configs')
| -rw-r--r-- | config/hypr/configs/Startup_Apps.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hypr/configs/Startup_Apps.conf b/config/hypr/configs/Startup_Apps.conf index 07a92a3f..c1670595 100644 --- a/config/hypr/configs/Startup_Apps.conf +++ b/config/hypr/configs/Startup_Apps.conf @@ -48,6 +48,8 @@ exec-once = $UserScripts/RainbowBorders.sh # Starting hypridle to start hyprlock exec-once = hypridle +# Resume Hyprsunset if state is "on" from previous session +exec-once = $scriptsDir/Hyprsunset.sh init # Here are list of features available but disabled by default # exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper |
