Browse Source

Merge pull request #125 from JaKooLit/main

main to development
pull/126/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
cf67d0e6a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      config/hypr/UserConfigs/Startup_Apps.conf

6
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
# exec-once = $UserScripts/Sunset.sh
Loading…
Cancel
Save