Replies: 1 comment 2 replies
-
Vanitygaps allows you to control the horizontal and vertical gaps independently, and outer and inner gaps independently. Here are the default keybindings: Lines 988 to 1003 in b93a5de The first two should be equivalent to the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So i tried to patch dwm with bar-padding, systray, fullgaps by myself, it all worked well until i tried to apply the status2d patch. After applying that patch i was getting the status bar showing twice, tried to fix it but no success. So i decided to give Flexipatch a go.
i applied the following patches with flexipatch:
#define BAR_STATUS2D_PATCH 1
#define BAR_HEIGHT_PATCH 1
#define BAR_LTSYMBOL_PATCH 1
#define BAR_STATUS_PATCH 1
#define BAR_SYSTRAY_PATCH 1
#define BAR_TAGS_PATCH 1
#define BAR_WINTITLE_PATCH 1
#define BAR_TITLE_LEFT_PAD_PATCH 1
#define BAR_PADDING_PATCH 1
#define TILE_LAYOUT 1
#define MONOCLE_LAYOUT 1
#define VANITYGAPS_PATCH 1
it all worked well except i can't change dynamically the gaps between windows anymore.
i noticed that the dwm version i have where i manually patched it, has these function in the config.def.h
is there anyway to get this functionality with flexypatch?
let me know if i can provide any more details.
if it's something that requires a lot of work, is anyone up to maybe help me fix the dwm build where i manually patched?
Also, thanks fro this project! it's awesome.
Beta Was this translation helpful? Give feedback.
All reactions