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:
parent
345f06095e
commit
daec189305
@ -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%
|
||||||
|
Loading…
Reference in New Issue
Block a user