diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-22 11:22:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-22 11:22:39 +0900 |
| commit | eeb0b93d8b4eab212c698b17ddaa15e71352ae0d (patch) | |
| tree | 0d428dedd9267c35bf2b9a3803be4c33597c6f13 /config/hypr/configs | |
| parent | be0d3cede8df46613930ccc00ef14bb1e5929506 (diff) | |
| parent | ff5e228c55b3ec83683c025dd0ab56840154404a (diff) | |
Merge pull request #87 from JaKooLit/Development
Development
Diffstat (limited to 'config/hypr/configs')
| -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 76ec382b..e9f9dcdc 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -6,9 +6,6 @@ $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 @@ -34,6 +31,9 @@ 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 |
