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
|
- wget
|
||||||
- xorg
|
- xorg
|
||||||
- numlockx # activate numlock (set in .xinitrc)
|
- numlockx # activate numlock (set in .xinitrc)
|
||||||
- notification-daemon
|
- dunst
|
||||||
- udiskie # automount external drives (set in .xinitrc)
|
- udiskie # automount external drives (set in .xinitrc)
|
||||||
- xmlstarlet # for clitip
|
- xmlstarlet # for clitip
|
||||||
- pandoc # 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:
|
- run:
|
||||||
command: sudo pkgfile -u
|
command: sudo pkgfile -u
|
||||||
condition: arch
|
condition: arch
|
||||||
|
|
|
@ -55,4 +55,6 @@ for monitor in $(xrandr --listactivemonitors | awk '{print $4}'); do
|
||||||
xrandr --output "$monitor" --mode 1920x1080
|
xrandr --output "$monitor" --mode 1920x1080
|
||||||
done
|
done
|
||||||
|
|
||||||
|
/usr/bin/dunst &
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
|
Loading…
Add table
Reference in a new issue