diff options
author | zachir <zachir@librem.one> | 2024-06-04 22:32:25 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 22:32:25 -0500 |
commit | 648c4dc364357e9d8e2308f41ffce2cb6b3ab6b8 (patch) | |
tree | e1b6d574d1b224dd5fd59aba0e3854923ae4ca49 /hypr | |
parent | f2e21e23ddef3915c763c214055a535ac01e028f (diff) |
cla: add systemd inits
Initialize with systemd variables and dunst service
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c04e99d..e13f05f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -17,6 +17,7 @@ exec-once = hyprpaper exec-once = hypridle exec-once = waybar exec-once = pypr +exec-once = systemctl --user start dunst exec-once = /usr/lib/polkit-kde-authentication-agent-1 exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'Mint-X-Grey' @@ -25,6 +26,8 @@ exec-once = xrdb ~/.Xresources exec-once = com.github.wwmm.easyeffects exec-once = mpd exec-once = /usr/lib/kdeconnectd +exec-once = systemctl --user import-environment DISPLAY +exec-once = systemctl --user import-environment WAYLAND_DISPLAY #}}} #{{{ env |