diff options
author | zachir <zachir@librem.one> | 2025-01-20 02:11:26 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-20 02:11:26 -0600 |
commit | 58f268c3d59b107d95edad07040d73416ddefe72 (patch) | |
tree | 5906f3ec0f22ec38d528c573d38f6fc201740059 /hypr | |
parent | 233432587d8f7065f47fe92994d8bfbf1998110a (diff) |
Remove reduntant dunst start in Hyprland
dunst was started twice; this is redundant. This has been fixed now.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index d8787a8..af3e193 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,7 +18,6 @@ exec-once = hyprpaper 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' |