diff options
author | zachir <zachir@librem.one> | 2024-06-04 23:41:09 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-06-04 23:41:09 -0500 |
commit | 73192a2c671749d03f3ad4dbfe7da5e17b8ebf88 (patch) | |
tree | 1b55a1a82faa08945b6ad6a3e5567b9da78473bc /hypr/hyprland.conf | |
parent | c67045c99317110a78c800ff486f2026811595e6 (diff) |
cla: Add systemd env and service in hyprland
This imports DISPLAY and WAYLAND_DISPLAY into systemd, and starts the
dunst service on login.
Diffstat (limited to 'hypr/hyprland.conf')
-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 9171f04..76d647e 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -17,12 +17,15 @@ exec-once = hypridle exec-once = waybar exec-once = pypr exec-once = lxqt-policykit-agent +exec-once = systemctl --user start dunst exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'Mint-X-Grey' exec-once = import-gsettings cursor-theme 'Breeze' exec-once = xrdb ~/.Xresources exec-once = com.github.wwmm.easyeffects exec-once = mpd +exec-once = systemctl --user import-environment DISPLAY +exec-once = systemctl --user import-environment WAYLAND_DISPLAY #}}} #{{{ env |