Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Sravan Balaji
2024-03-15 13:30:29 -04:00
4 changed files with 43 additions and 6 deletions

View File

@@ -123,6 +123,7 @@
- [[#only-one-rule-match][Only One Rule Match]]
- [[#only-quit-on-empty][Only Quit On Empty]]
- [[#per-tag][Per Tag]]
- [[#per-monitor][Per Monitor]]
- [[#place-direction][Place Direction]]
- [[#place-mouse][Place Mouse]]
- [[#push][Push]]
@@ -2547,6 +2548,16 @@ This controls whether or not to also store bar position on a per tag basis, or l
#define PERTAGBAR_PATCH 0
#+END_SRC
*** Per Monitor
**** Vanity Gaps
This patch allows configuring vanity gaps on a per-monitor basis rather than all monitors (default).
#+BEGIN_SRC c :tangle patches.def.h
#define PERMON_VANITYGAPS_PATCH 0
#+END_SRC
*** Place Direction
Similar to the focusdir patch this patch allow users to move a window in any direction in the tiled stack (up, down, left, right).