2023-10-02 08:40:43 -04:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Autostart
|
|
|
|
# -----------------------------------------------------
|
|
|
|
|
2023-11-13 02:55:17 -05:00
|
|
|
# Setup XDG for screen sharing
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/xdg.sh
|
|
|
|
|
2023-11-10 16:12:15 -05:00
|
|
|
# Load Dunst Notification Manager
|
2023-10-02 08:40:43 -04:00
|
|
|
exec-once = dunst
|
2023-11-10 16:12:15 -05:00
|
|
|
|
|
|
|
# Set Cursor Theme
|
2023-10-04 08:18:31 -04:00
|
|
|
exec-once = hyprctl setcursor Bibata-Modern-Ice 24
|
2023-11-10 16:12:15 -05:00
|
|
|
|
|
|
|
# Load GTK settings
|
|
|
|
exec-once = ~/dotfiles/gtk/gtk.sh
|
|
|
|
|
|
|
|
# Load swayidle and define the lock screen time
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/lockscreentime.sh
|
|
|
|
|
|
|
|
# Load cliphist history
|
2023-10-02 08:40:43 -04:00
|
|
|
exec-once = wl-paste --watch cliphist store
|
2023-11-10 16:12:15 -05:00
|
|
|
|
|
|
|
# Initialize swww
|
|
|
|
exec-once = swww query || swww init
|
|
|
|
|
|
|
|
# Load last wallpaper and waybar with pywal colors
|
|
|
|
exec-once = ~/dotfiles/hypr/scripts/wallpaper.sh init
|