diff --git a/.config/deadd/deadd.conf b/.config/deadd/deadd.conf index 2be9498..65f4077 100644 --- a/.config/deadd/deadd.conf +++ b/.config/deadd/deadd.conf @@ -6,7 +6,7 @@ marginTop = 25 marginBottom = 0 -marginRight = 0 +marginRight = 1220 width = 700 @@ -40,7 +40,7 @@ notiDefaultTimeout = 10000 distanceTop = 25 -distanceRight = 0 +distanceRight = 1520 distanceBetween = 10 diff --git a/.config/dwm-flexipatch b/.config/dwm-flexipatch index 2907b9e..bbdf799 160000 --- a/.config/dwm-flexipatch +++ b/.config/dwm-flexipatch @@ -1 +1 @@ -Subproject commit 2907b9eefe03096ad37da270abdd16fec1f47ac8 +Subproject commit bbdf799f4326c6580ff86dd70669efead5b7dbb4 diff --git a/README.org b/README.org index ab653aa..609b032 100644 --- a/README.org +++ b/README.org @@ -877,7 +877,7 @@ marginBottom = 0 Margin to the right of the notification center in pixels. #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf -marginRight = 0 +marginRight = 1220 #+END_SRC Width of the notification center in pixels. @@ -960,7 +960,7 @@ distanceTop = 25 Margin on the right of the notification (in pixels). #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf -distanceRight = 0 +distanceRight = 1520 #+END_SRC Vertical distance between 2 notifications (in pixels).