30 lines
1.4 KiB
Plaintext
30 lines
1.4 KiB
Plaintext
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
|
# ┃ Autostart Configuration ┃
|
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
|
|
source = ~/.config/hypr/config/defaults.conf
|
|
|
|
# Autostart wiki https://wiki.hyprland.org/0.45.0/Configuring/Keywords/#executing #
|
|
|
|
exec-once = /home/michaelb/.config/hypr/scripts/launch-waybar.sh &
|
|
exec-once = blueman-applet &
|
|
exec-once = fcitx5 -d &
|
|
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 -c ~/.config/hypr/wob.ini & disown" &
|
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
|
|
|
|
exec-once = waypaper --restore
|
|
|
|
# ## 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
|
|
|
|
# Clipboard fix
|
|
# https://github.com/hyprwm/Hyprland/issues/2319#issuecomment-2409983376
|
|
exec-once = wl-paste -t text -w xclip -selection clipboard
|