mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-15 12:47:16 +00:00
12 lines
526 B
Plaintext
12 lines
526 B
Plaintext
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
|
|
|
|
exec-once = vesktop
|
|
# exec-once = discord
|
|
# exec-once = webcord --start-minimized
|
|
|
|
# vi: ft=hyprlang
|