From 800dac9d31818990a3ec9bd6d6920f6bda9286dd Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Wed, 29 Dec 2021 17:02:21 +0100 Subject: [PATCH] Use dunst instead notification-daemon --- configs.yml | 4 +--- dotfiles/xinitrc | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configs.yml b/configs.yml index 080a414..2033447 100644 --- a/configs.yml +++ b/configs.yml @@ -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 diff --git a/dotfiles/xinitrc b/dotfiles/xinitrc index 30148da..1a2d6cd 100644 --- a/dotfiles/xinitrc +++ b/dotfiles/xinitrc @@ -55,4 +55,6 @@ for monitor in $(xrandr --listactivemonitors | awk '{print $4}'); do xrandr --output "$monitor" --mode 1920x1080 done +/usr/bin/dunst & + exec i3