diff --git a/.config/deadd/deadd.conf b/.config/deadd/deadd.conf index 65f4077..9dffb78 100644 --- a/.config/deadd/deadd.conf +++ b/.config/deadd/deadd.conf @@ -2,11 +2,11 @@ hideOnMouseLeave = false -marginTop = 25 +marginTop = 35 -marginBottom = 0 +marginBottom = 10 -marginRight = 1220 +marginRight = 10 width = 700 @@ -38,11 +38,11 @@ guessIconFromAppname = true notiDefaultTimeout = 10000 -distanceTop = 25 +distanceTop = 35 -distanceRight = 1520 +distanceRight = 10 -distanceBetween = 10 +distanceBetween = 5 width = 400 diff --git a/.config/dwm-flexipatch b/.config/dwm-flexipatch index bbdf799..9a85c49 160000 --- a/.config/dwm-flexipatch +++ b/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit bbdf799f4326c6580ff86dd70669efead5b7dbb4 +Subproject commit 9a85c4983a5fca8df626aee152cd76a660b0a871 diff --git a/README.org b/README.org index 609b032..7dde85e 100644 --- a/README.org +++ b/README.org @@ -867,17 +867,17 @@ hideOnMouseLeave = false Margin at the top of the notification center in pixels. This can be used to avoid overlap between the notification center and bars such as polybar or i3blocks. #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf -marginTop = 25 +marginTop = 35 #+END_SRC Margin at the bottom of the notification center in pixels. #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf -marginBottom = 0 +marginBottom = 10 #+END_SRC Margin to the right of the notification center in pixels. #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf -marginRight = 1220 +marginRight = 10 #+END_SRC Width of the notification center in pixels. @@ -955,17 +955,17 @@ notiDefaultTimeout = 10000 Margin above notifications (in pixels). This can be used to avoid overlap between notifications and a bar such as polybar or i3blocks. #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf -distanceTop = 25 +distanceTop = 35 #+END_SRC Margin on the right of the notification (in pixels). #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf -distanceRight = 1520 +distanceRight = 10 #+END_SRC Vertical distance between 2 notifications (in pixels). #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf -distanceBetween = 10 +distanceBetween = 5 #+END_SRC Width of the notifications.