summaryrefslogtreecommitdiff
path: root/hypr/hyprland.conf
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-02-28 17:08:00 -0600
committerzachir <zachir@librem.one>2025-02-28 17:08:00 -0600
commit1650a6e931b4a9149165ed86dd55611df8fca015 (patch)
treee0bf218a26ac22479e9a6d203b4055d3601371ab /hypr/hyprland.conf
parenta536ab2cd29f7eb85df44ad91393e46a7ab9d790 (diff)
Change autostarts
Start easyeffects flatpak, start dunst and hypridle as processes and not through systemd.
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r--hypr/hyprland.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index b9925c6..4b2c6f5 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -22,9 +22,11 @@ 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 'BreezeX-Black'
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 = com.github.wwmm.easyeffects
+#exec-once = systemctl --user start dunst
+#exec-once = systemctl --user start hypridle
+exec-once = dunst
+exec-once = hypridle
#exec-once = mpd
#}}}