Updated dunst config
* Moved notifications to the left of conky * Restart dunst after 5s * Fixes issue where the first notifcation(s) would stay indefinitely
This commit is contained in:
parent
9c04a5dc83
commit
04656c50b1
2 changed files with 2 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
# the top and down respectively.
|
||||
# The width can be negative. In this case the actual width is the
|
||||
# screen width minus the width defined in within the geometry option.
|
||||
geometry = "300x5-30+20"
|
||||
geometry = "300x5-220+40"
|
||||
|
||||
# Show how many messages are currently hidden (because of geometry).
|
||||
indicate_hidden = yes
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ nm-applet &
|
|||
cbatticon &
|
||||
pasystray &
|
||||
connect-to-network &
|
||||
(sleep 5s && killall dunst) &
|
||||
$HOME/.urxvt_default_res &
|
||||
$HOME/.update_wallpaper &
|
||||
$HOME/.update_conky &
|
||||
|
|
|
|||
Loading…
Reference in a new issue