diff options
| author | ZachIR <zachir@librem.one> | 2026-02-28 19:24:41 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2026-02-28 19:24:41 -0600 |
| commit | 81c3fa17b58e7e8bbe6c2cf407ac3c6173f41643 (patch) | |
| tree | 04ab8587af7b5174b2e61fa0558b8b492c8f8a7b | |
| parent | 46f5c8e1dbbc531afb28b3d9d48b7df5accffbdf (diff) | |
Fix hypr systemd services
| -rw-r--r-- | hypr/hyprland.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 960864a..19dd214 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -16,6 +16,7 @@ monitor = , preferred, auto, 1 #{{{ Autostart # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox +exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP exec-once = hyprpm reload -n exec-once = xdph exec-once = hyprpaper @@ -30,8 +31,8 @@ exec-once = import-gsettings cursor-theme 'BreezeX-Black' exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects -exec-once = systemctl --user start dunst -exec-once = systemctl --user start hypridle +exec-once = systemctl --user restart dunst +exec-once = systemctl --user restart hypridle exec-once = xwayland-satellite :1 exec-once = bl-save #exec-once = mpd |
