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:
parent
dbfec34131
commit
3cdc6e80eb
@ -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
|
||||
|
Reference in New Issue
Block a user