diff options
Diffstat (limited to 'dunstify')
| -rwxr-xr-x | dunstify/.config/dunst/dunstrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/dunstify/.config/dunst/dunstrc b/dunstify/.config/dunst/dunstrc index f441cac..6f3ec70 100755 --- a/dunstify/.config/dunst/dunstrc +++ b/dunstify/.config/dunst/dunstrc @@ -4,7 +4,7 @@ ### Display ### # Which monitor should the notifications be displayed on. - monitor = 1 + monitor = 0 # Display notification on focused monitor. Possible modes are: # mouse: follow mouse pointer @@ -17,7 +17,7 @@ # # If this option is set to mouse or keyboard, the monitor option # will be ignored. - follow = none + follow = mouse ### Geometry ### @@ -30,10 +30,10 @@ #height = 200 # Position the notification in the top right corner - origin = top-right + origin = top-center # Offset from the origin - offset = 30x40 + offset = (30, 40) # Scale factor. It is auto-detected if value is 0. scale = 0 @@ -210,7 +210,7 @@ ### Misc/Advanced ### # dmenu path. - dmenu = /home/chris/.local/bin/dmenu -p dunst: + dmenu = /home/chris/.dotfiles/bin/dmenu -p dunst: # Browser for opening urls in context menu. browser = /usr/bin/xdg-open @@ -296,14 +296,14 @@ foreground = "#d3c6aa" timeout = 5 # Icon for notifications with low urgency, uncomment to enable - icon = /usr/share/icons/Arc-X-D/status/16/dialog-information.png + # icon = /usr/share/icons/Arc-X-D/status/16/dialog-information.png [urgency_normal] background = "#2b3339" foreground = "#d3c6aa" timeout = 5 # Icon for notifications with normal urgency, uncomment to enable - icon = /usr/share/icons/Arc-X-D/status/16/dialog-question.png + # icon = /usr/share/icons/Arc-X-D/status/16/dialog-question.png [urgency_critical] background = "#2b3339" @@ -311,7 +311,7 @@ frame_color = "#d699b6" timeout = 120 # Icon for notifications with critical urgency, uncomment to enable - icon = /usr/share/icons/Arc-X-D/status/16/dialog-warning.png + # icon = /usr/share/icons/Arc-X-D/status/16/dialog-warning.png # Every section that isn't one of the above is interpreted as a rules to # override settings for certain messages. |