1
0
forked from extern/nix-config

sway: Use dunst as the notification daemon

Since dunst now supports both xorg and wayland, we can use it in sway
as well.
This commit is contained in:
Donovan Glover 2022-03-22 10:16:02 -04:00
parent 345f06095e
commit daec189305
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -161,6 +161,9 @@ exec fcitx5
# Hide the cursor after 5 seconds # Hide the cursor after 5 seconds
seat seat0 hide_cursor 5000 seat seat0 hide_cursor 5000
# Start dunst
exec dunst
# Fn keys # Fn keys
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%