Move all config files from .config/ into themes/dracula/.config/ so the dm tool can manage them as file-level symlinks. Removes .bak file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
29 lines
1.4 KiB
Text
29 lines
1.4 KiB
Text
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Autostart Configuration ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
source = ~/.config/hypr/config/defaults.conf
|
|
|
|
# exec-once = xrandr --output HDMI-A-1 --primary
|
|
exec-once=hyprctl setcursor Dracula 24
|
|
# exec-once = /home/henry/HyerpxAlpha/bin/Hyperx --systray
|
|
# exec-once = hyprctl dispatch workspace 1
|
|
|
|
# Autostart wiki https://wiki.hyprland.org/Configuring/Keywords/#executing
|
|
|
|
exec-once = waybar &
|
|
exec-once = mako &
|
|
exec-once = nm-applet --indicator &
|
|
exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob & disown" &
|
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
|
# exec-once = hyprlock &
|
|
exec-once = awww-daemon & sleep 0.1 && awww img /mnt/data/Wallpapers/solid_background_dark.png --transition-type none &
|
|
|
|
|
|
# ## Slow app launch fix
|
|
exec-once = systemctl --user import-environment &
|
|
exec-once = hash dbus-update-activation-environment 2>/dev/null &
|
|
exec-once = dbus-update-activation-environment --systemd &
|
|
|
|
# ## Idle configuration
|
|
exec-once = $idlehandler
|