diff options
author | zachir <zachir@librem.one> | 2025-07-02 19:15:47 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-02 19:15:58 -0500 |
commit | 71a43317aeca929bb33dbba4450f293577f9261c (patch) | |
tree | bef6a67ea7e60e09bdf8d95a4eefb3e3ec522445 | |
parent | bd0df99a4ee242b0e5f9e83c134389065bcb8982 (diff) |
Remove from hypr autostart what dinit starts
-rw-r--r-- | hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 4351ad7..5c5f2bf 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -11,7 +11,7 @@ monitor = , preferred, auto, 1 exec-once = dinit exec-once = xdph exec-once = hyprpm reload -n -exec-once = hyprpaper +#exec-once = hyprpaper #exec-once = hypridle exec-once = waybar exec-once = pypr @@ -20,9 +20,9 @@ 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 = dunst +#exec-once = hypridle #exec-once = mpd #}}} |