mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-16 09:47:54 +02:00
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:
@ -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%
|
||||||
|
Reference in New Issue
Block a user