diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-22 10:50:09 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-22 10:50:09 +0900 |
| commit | ed3f105346d064cbc0fd45f0d34bff4d76eb502c (patch) | |
| tree | e02696e1e794c0a4c4c15d0333b2ce8cde745ac7 /config/hypr/configs/Execs.conf | |
| parent | 14e1421537e38cd9bc68491c4a24028132a4a589 (diff) | |
The initial_boot.sh was moved towards the end of Execs.conf to avoid conflict with swww
Initial_boot.sh also now includes setting of qt apps using kvantummanager
Updated dark_light.sh
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 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 |
