dotfiles/home/.config/hypr/hyprland.d/exec.conf

12 lines
559 B
Plaintext
Raw Normal View History

exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP XDG_SESSION_TYPE GTK_THEME QT_QPA_PLATFORMTHEME QT_STYLE_OVERRIDE
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP GTK_THEME QT_QPA_PLATFORMTHEME QT_STYLE_OVERRIDE
# Hyprland socket sometimes isn't yet loaded, sleep for sec
exec-once = sleep 1 && systemctl --user start wayland-session.target
2024-12-22 00:08:01 +00:00
exec-once = sleep 3 && vesktop
# exec-once = sleep 3 && discord
# exec-once = sleep 3 && webcord --start-minimized
# vi: ft=hyprlang