diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-01-07 08:24:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-07 08:24:36 +0900 |
| commit | cf67d0e6a6a8c6dc6dbae789daa62adedc2d4f8e (patch) | |
| tree | 14dd700bce757341d3063307550504193c2f395b /config | |
| parent | 876a392a16bbdea0b16eb28a21b00819d12b9f1a (diff) | |
| parent | 27557af9ad6f952690e2547c8feec51271d5423c (diff) | |
Merge pull request #125 from JaKooLit/main
main to development
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index d8385f03..fb0735d9 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -6,7 +6,7 @@ $UserScripts = $HOME/.config/hypr/UserScripts $wallDIR=$HOME/Pictures/wallpapers $lock = $scriptsDir/LockScreen.sh -$SwwwRandom = $UserscriptsDir/WallpaperAutoChange.sh +$SwwwRandom = $UserScripts/WallpaperAutoChange.sh # wallpaper stuff / More wallpaper options below exec-once = swww query || swww init @@ -32,7 +32,7 @@ exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store # Rainbow borders -exec-once = $UserscriptsDir/RainbowBorders.sh +exec-once = $UserScripts/RainbowBorders.sh # sway-idle with lock only exec-once = swayidle -w timeout 900 '$lock' @@ -51,4 +51,4 @@ exec-once = swayidle -w timeout 900 '$lock' #exec-once = $scriptsDir/PortalHyprland.sh # wlsunset - for automatic gamma adjustment. Default is 1900 to 0700 (7pm to 7am). Edit Sunset.sh accordingly -# exec-once = $UserScriptsDir/Sunset.sh
\ No newline at end of file +# exec-once = $UserScripts/Sunset.sh
\ No newline at end of file |
