bakkeby / dwm-flexipatch

A dwm build with preprocessor directives to decide which patches to include during build time
MIT License
1.15k stars 235 forks source link

cant click dwmblocks #424

Closed thecodsman closed 4 months ago

thecodsman commented 4 months ago

I cant click my dwmblocks. heres my patches.h:

#define BAR_DWMBLOCKS_PATCH 1
#define BAR_LTSYMBOL_PATCH 1
#define BAR_STATUS_PATCH 1
#define BAR_STATUSCMD_PATCH 1
#define BAR_STATUS2D_PATCH 1
#define BAR_STATUS2D_XRDB_TERMCOLORS_PATCH 1
#define BAR_TAGS_PATCH 1
#define BAR_WINTITLE_PATCH 1
#define MOVESTACK_PATCH 1
#define PERTAG_PATCH 1
#define STICKY_PATCH 1
#define SWALLOW_PATCH 1
#define SWITCHCOL_PATCH 1
#define TOGGLEFULLSCREEN_PATCH 1
#define VANITYGAPS_PATCH 1
#define WARP_PATCH 1
#define XRDB_PATCH 1
#define BSTACK_LAYOUT 1
#define BSTACKHORIZ_LAYOUT 1
#define CENTEREDMASTER_LAYOUT 1
#define CENTEREDFLOATINGMASTER_LAYOUT 1
#define COLUMNS_LAYOUT 1
#define DECK_LAYOUT 1
#define FIBONACCI_DWINDLE_LAYOUT 1
#define FIBONACCI_SPIRAL_LAYOUT 1
#define TILE_LAYOUT 1
#define MONOCLE_LAYOUT 1

heres the whole build if you need to check if anything weird happened or if you want to check to see if it works on your system: https://github.com/thecodsman/dwm

thecodsman commented 4 months ago

also I tried the sigusr1 patch and that also doesnt work

thecodsman commented 4 months ago

nvm I do have to use the sigusr1 (I didnt add it correctly before I think) patch because I use luke smiths build of dwmblocks (even though on his readme he uses -RTMIN?) but in the scripts it uses $BLOCK_BUTTON so I gotta add the sigusr1 patch. but could someone explain why it says -RTMIN on luke smiths readme but apparently uses sigusr1?