diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-24 14:14:02 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2023-12-24 14:14:02 +0900 |
| commit | d04d87d5f47f9ba130bbffd7cde4d3a6ac7b840d (patch) | |
| tree | 6e864293f6c638e1d3b26b555227f339bd2c8016 /config/hypr/configs/Execs.conf | |
| parent | ffd9c409864d7934c24abde08b5f9692f96d9a54 (diff) | |
updated readme and initial-boot behaviour
Diffstat (limited to 'config/hypr/configs/Execs.conf')
| -rw-r--r-- | config/hypr/configs/Execs.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index e9f9dcdc..76ec382b 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -6,6 +6,9 @@ $lock = $scriptsDir/LockScreen.sh $SwwwRandom = $scriptsDir/WallpaperRandom.sh $WallpaperPath = $HOME/Pictures/wallpapers +# Initial boot script to start Pywal and Set wallpaper. This line and corresponding script can be safely deleted once logged in +exec-once = $HOME/.config/hypr/initial-boot.sh + # wallpaper stuff / More wallpaper options below exec-once = swww query || swww init exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes @@ -31,9 +34,6 @@ exec-once = wl-paste --type image --watch cliphist store # Rainbow borders exec-once = $scriptsDir/RainbowBorders.sh -# Initial boot script to start Pywal and Set wallpaper. This line and corresponding script can be safely deleted once logged in -exec-once = $HOME/.config/hypr/initial-boot.sh - # sway-idle with lock only exec-once = swayidle -w timeout 900 '$lock' # sway-idle with lock and sleep |
