From daec18930591837c873b44ebf1f143d495191a6c Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 22 Mar 2022 10:16:02 -0400 Subject: [PATCH] sway: Use dunst as the notification daemon Since dunst now supports both xorg and wayland, we can use it in sway as well. --- sway/.config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index d0c428f..6cd8585 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -161,6 +161,9 @@ exec fcitx5 # Hide the cursor after 5 seconds seat seat0 hide_cursor 5000 +# Start dunst +exec dunst + # Fn keys bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%