Browse Source

small correction

pull/125/head v2.2.3-hotfix2
JaKooLit 2 years ago
parent
commit
ffbb2da07e
  1. 4
      config/hypr/UserConfigs/Startup_Apps.conf

4
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'

Loading…
Cancel
Save