diff options
author | ZachIR <zachir@librem.one> | 2024-10-31 12:05:37 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2024-10-31 12:05:37 -0500 |
commit | 5c939654efcbf64c57812d9e670f6f6566ae8be0 (patch) | |
tree | 17105f750bf04bd96d6bbc0cbe0c841d2222a7c4 /hypr/hyprland.conf | |
parent | 4adc7a808f10ec4133bf16fbceea49ec6ed1560a (diff) |
Change hypridle, dunst, mpd hypr autostart to sysd
I have accepted the systemd suck, so these are now mpd user services
(although dunst and hypridle still have to be started by Hyprland).
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2eac30c..9f1d55f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -14,7 +14,7 @@ monitor = DP-1, 1920x1080@60, 1920x0, 1 exec-once = xdph exec-once = hyprpm reload -n exec-once = hyprpaper -exec-once = hypridle +#exec-once = hypridle exec-once = waybar exec-once = pypr exec-once = lxqt-policykit-agent @@ -23,7 +23,9 @@ exec-once = import-gsettings icon-theme 'Mint-X-Grey' exec-once = import-gsettings cursor-theme 'Breeze' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects -exec-once = mpd +exec-once = systemctl --user start dunst +exec-once = systemctl --user start hypridle +#exec-once = mpd #}}} #{{{ env |