diff options
Diffstat (limited to 'config/hypr/configs/Execs.conf')
| -rw-r--r-- | config/hypr/configs/Execs.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 03f7f43c..76ec382b 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -10,7 +10,8 @@ $WallpaperPath = $HOME/Pictures/wallpapers exec-once = $HOME/.config/hypr/initial-boot.sh # wallpaper stuff / More wallpaper options below -exec-once = swww query || swww init +exec-once = swww query || swww init +exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes # Startup exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP @@ -22,7 +23,7 @@ exec-once = $scriptsDir/Polkit.sh # starup apps exec-once = waybar & exec-once = dunst & -exec-once = blueman-applet & +#exec-once = blueman-applet & exec-once = nm-applet --indicator & #exec-once = rog-control-center & @@ -40,10 +41,7 @@ exec-once = swayidle -w timeout 900 '$lock' # sway idle without lock #exec-once = swayidle -w timeout 900 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' - ## Here are list of features available but disabled by default - -#exec-once = $SwwwRandom $WallpaperPath # random wallpaper switcher every 30 minutes #exec-once = swww query || swww init && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper #gnome polkit for nixos |
