Use dunst instead notification-daemon
This commit is contained in:
parent
29261dbf40
commit
800dac9d31
2 changed files with 3 additions and 3 deletions
|
@ -28,12 +28,10 @@ base:
|
|||
- wget
|
||||
- xorg
|
||||
- numlockx # activate numlock (set in .xinitrc)
|
||||
- notification-daemon
|
||||
- dunst
|
||||
- udiskie # automount external drives (set in .xinitrc)
|
||||
- xmlstarlet # for clitip
|
||||
- pandoc # for clitip
|
||||
- run:
|
||||
- sudo ln -rsi dotfiles/dbus/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service
|
||||
- run:
|
||||
command: sudo pkgfile -u
|
||||
condition: arch
|
||||
|
|
|
@ -55,4 +55,6 @@ for monitor in $(xrandr --listactivemonitors | awk '{print $4}'); do
|
|||
xrandr --output "$monitor" --mode 1920x1080
|
||||
done
|
||||
|
||||
/usr/bin/dunst &
|
||||
|
||||
exec i3
|
||||
|
|
Loading…
Add table
Reference in a new issue