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
This commit is contained in:
Sravan Balaji
2021-12-01 11:32:53 -05:00
parent 290ea8a946
commit a0ce632a0a
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ marginTop = 25
marginBottom = 0 marginBottom = 0
marginRight = 0 marginRight = 1220
width = 700 width = 700
@@ -40,7 +40,7 @@ notiDefaultTimeout = 10000
distanceTop = 25 distanceTop = 25
distanceRight = 0 distanceRight = 1520
distanceBetween = 10 distanceBetween = 10

View File

@@ -877,7 +877,7 @@ marginBottom = 0
Margin to the right of the notification center in pixels. Margin to the right of the notification center in pixels.
#+BEGIN_SRC conf :tangle .config/deadd/deadd.conf #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf
marginRight = 0 marginRight = 1220
#+END_SRC #+END_SRC
Width of the notification center in pixels. Width of the notification center in pixels.
@@ -960,7 +960,7 @@ distanceTop = 25
Margin on the right of the notification (in pixels). Margin on the right of the notification (in pixels).
#+BEGIN_SRC conf :tangle .config/deadd/deadd.conf #+BEGIN_SRC conf :tangle .config/deadd/deadd.conf
distanceRight = 0 distanceRight = 1520
#+END_SRC #+END_SRC
Vertical distance between 2 notifications (in pixels). Vertical distance between 2 notifications (in pixels).