|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
## /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ## |
|
|
|
|
#Commands & Apps to be executed at launch |
|
|
|
|
|
|
|
|
|
#Commands to be executed at launch |
|
|
|
|
$scriptsDir = $HOME/.config/hypr/scripts |
|
|
|
|
$lock = $scriptsDir/LockScreen.sh |
|
|
|
|
$SwwwRandom = $scriptsDir/WallpaperRandom.sh |
|
|
|
|
@ -9,10 +9,8 @@ $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 |
|
|
|
|
# wallpaper stuff / More wallpaper options below |
|
|
|
|
exec-once = swww query || swww init |
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
# Startup |
|
|
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP |
|
|
|
|
@ -21,16 +19,10 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK
|
|
|
|
|
# Polkit (Polkit Gnome / KDE) |
|
|
|
|
exec-once = $scriptsDir/Polkit.sh |
|
|
|
|
|
|
|
|
|
#gnome polkit for nixos |
|
|
|
|
#exec-once = $scriptsDir/Polkit-NixOS.sh |
|
|
|
|
|
|
|
|
|
# xdg-desktop-portal-hyprland (should be auto starting. However, you can force to start) |
|
|
|
|
#exec-once = $scriptsDir/PortalHyprland.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 & |
|
|
|
|
|
|
|
|
|
@ -41,15 +33,24 @@ exec-once = wl-paste --type image --watch cliphist store
|
|
|
|
|
# Rainbow borders |
|
|
|
|
exec-once = $scriptsDir/RainbowBorders.sh |
|
|
|
|
|
|
|
|
|
# wlsunset - for automatic gamma adjustment. Default is 1900 to 0700 (7pm to 7am). Edit Sunset.sh accordingly |
|
|
|
|
# exec-once = $scriptsDir/Sunset.sh |
|
|
|
|
|
|
|
|
|
# auto close of apps (timeout 5 secs) |
|
|
|
|
# exec-once = $scriptsDir/AppAutoClose.sh |
|
|
|
|
|
|
|
|
|
# sway-idle with lock only |
|
|
|
|
exec-once = swayidle -w timeout 900 '$lock' |
|
|
|
|
# sway-idle with lock and sleep |
|
|
|
|
#exec-once = swayidle -w timeout 900 '$lock' timeout 1200 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep '$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 |
|
|
|
|
#exec-once = $scriptsDir/Polkit-NixOS.sh |
|
|
|
|
|
|
|
|
|
# xdg-desktop-portal-hyprland (should be auto starting. However, you can force to start) |
|
|
|
|
#exec-once = $scriptsDir/PortalHyprland.sh |
|
|
|
|
|
|
|
|
|
# wlsunset - for automatic gamma adjustment. Default is 1900 to 0700 (7pm to 7am). Edit Sunset.sh accordingly |
|
|
|
|
# exec-once = $scriptsDir/Sunset.sh |