(i3) start dunst notification daemon on i3 start
This commit is contained in:
parent
ff9f18e704
commit
65295e0bc0
1 changed files with 3 additions and 0 deletions
|
|
@ -36,6 +36,9 @@ exec --no-startup-id nm-applet
|
|||
|
||||
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||
|
||||
# start notification daemon
|
||||
exec --no-startup-id /usr/lib/dunst &
|
||||
|
||||
# Use pactl to adjust volume in PulseAudio.
|
||||
set $refresh_i3status killall -SIGUSR1 i3status
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +2% && $refresh_i3status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue