|
|
|
|
@ -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 |
|
|
|
|
|