diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-01-07 08:18:43 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-01-07 08:18:43 +0900 |
| commit | ffbb2da07e040fb75ad89bfaacf03c8d73b7d8c1 (patch) | |
| tree | 111bee732138f1765e84209c388ca43518a5bee3 /config/hypr/UserConfigs/Startup_Apps.conf | |
| parent | db7d5136c2d446c489edc1c80afdab01bfb474d0 (diff) | |
small correction
Diffstat (limited to 'config/hypr/UserConfigs/Startup_Apps.conf')
| -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 fe10da48..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 = $Userscripts/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 = $Userscripts/RainbowBorders.sh +exec-once = $UserScripts/RainbowBorders.sh # sway-idle with lock only exec-once = swayidle -w timeout 900 '$lock' |
