fix: hide dunst bug

dunst looks for icons even though it shouldn't
-> sending stderr to /dev/null to avoid printing on terminals

also configure icons in case it ever gets fixed
This commit is contained in:
David 2021-02-05 21:49:18 +01:00
parent dbfec34131
commit 3cdc6e80eb
2 changed files with 3 additions and 3 deletions

View File

@ -152,7 +152,7 @@ icon_position = off
max_icon_size = 80
# Paths to default icons.
icon_path = /usr/share/icons/Paper/16x16/mimetypes/:/usr/share/icons/Paper/48x48/status/:/usr/share/icons/Paper/16x16/devices/:/usr/share/icons/Paper/48x48/notifications/:/usr/share/icons/Paper/48x48/emblems/
icon_path = /usr/share/icons/Adwaita/16x16/status/:/usr/share/icons/Adwaita/16x16/devices/
frame_width = 3
frame_color = "#8EC07C"
@ -173,7 +173,7 @@ close_all = ctrl+shift+space
# Redisplay last message(s).
# On the US keyboard layout "grave" is normally above TAB and left
# of "1".
history = ctrl+grave
history = ctrl+period
# Context menu.
context = ctrl+shift+period

View File

@ -6,7 +6,7 @@
xss-lock -- slock &
redshift &
dunst -follow mouse &
dunst -follow mouse &> /dev/null & #temp fix
amixer set Master 50%
sbacklight set 3 &
bat_notify &