From a0ce632a0af2c82650ddd7484ab5f0da3fa0083d Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Wed, 1 Dec 2021 11:32:53 -0500 Subject: [PATCH] DWM & Deadd Notification Center Changes - Enable warp patch for dwm - Merge some dwm-flexipatch upstream changes - Modify dwm polybar config - Move deadd notification center & pop-up notifications to the left side of the screen --- .config/deadd/deadd.conf | 4 ++-- .config/dwm-flexipatch | 2 +- README.org | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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).