df9533f1ebipc: get_tags - do not dump tag if the tag is null
bakkeby
2021-05-05 18:47:45 +02:00
579f8f892bipc: get_tags - do not dump tag if the tag is null ref. #123
bakkeby
2021-05-05 08:18:00 +02:00
3bf6eeca75Create FUNDING.yml
Stein Gunnar Bakkeby
2021-05-04 13:36:05 +02:00
e4c92733f2IPC: dump_monitor - do not dump bar if there is no bar ref. #118
bakkeby
2021-05-01 11:47:53 +02:00
7b9460e770fakefullscreenclient + stacker: fix for allowing focusstack when client is in fake fullscreen (issue introduced by alwaysfullscreen being merged upstream
bakkeby
2021-04-29 09:05:32 +02:00
eb66da79caanybar: make sure to free the bar when unmanaging an external bar plus misc improvements ref. #118
bakkeby
2021-04-27 13:31:41 +02:00
a7dfcc17d5status2d: improving cut status line protection, dwm will still exit if an invalid color code comes through (there is an explicit die call in drw_clr_create)
bakkeby
2021-04-27 09:55:04 +02:00
23c76d13b5vanitygaps: replaced smartgaps with smartgaps_fact, allowing gaps to be increased when there is only one client.
bakkeby
2021-04-16 10:16:04 +02:00
4a45f23643placemouse: fix for crash when moving between monitors with different tags and there is no selected client on that monitor / tag
bakkeby
2021-04-14 17:16:05 +02:00
7efb64d685Upgraded the dwmblocks patch for statuscmd which changes the signalling mechanism from SIGUSR1 to SIGRTMIN which is likely to cause issues for those that already have a working setup. A compatibility option has been added which changes this back to SIGUSR1. Note that configuration was also changed.
bakkeby
2021-04-14 10:42:52 +02:00
bd5f5608a3Adding README changes for xkb patch
bakkeby
2021-04-08 11:58:24 +02:00
d554f1d818Merge pull request #112 from bakkeby/xkb
Stein Gunnar Bakkeby
2021-04-08 11:57:09 +02:00
ac737f9dfcAdding xkb patch as per request #111
bakkeby
2021-04-07 15:35:56 +02:00
1b3a348d5dMerge pull request #89 from gx2b/master
Stein Gunnar Bakkeby
2021-01-22 11:12:04 +01:00
5fd83cb76badded the layoutmenu patch
matt
2021-01-02 01:26:21 +01:00
44ea8f5cceadded layoutmenu patch
matt
2021-01-02 01:24:03 +01:00
acbf2de1c2systray: hotplugging issues, keep systray window on top of bar window ref. #84
bakkeby
2020-11-28 10:58:00 +01:00
93e2544040flextile: adding centeredmaster horiz example
bakkeby
2020-11-28 10:57:16 +01:00
e23b16e533noborder: add support for 0 nmaster deck layout ref. #82
bakkeby
2020-11-24 17:37:49 +01:00
e26d50c110flextile: allow nmaster of 0 to fall back to stack arrangement rather than master, ref. #81
bakkeby
2020-11-23 15:07:20 +01:00
9a760f3ea2IPC: Bumping verison number to 1.5.7
bakkeby
2020-11-23 09:24:14 +01:00
e350e4d93dNetActiveWindow: make sure to unfocus previously selected window if moving to another monitor
bakkeby
2020-11-22 12:52:02 +01:00
7db8bb0ce9noborder: Adding partial support for flextile-deluxe monocole layout, ref. #74
bakkeby
2020-11-20 14:48:57 +01:00
bd5db9e63fAdding symbol func to flextile-deluxe column description
bakkeby
2020-11-18 13:12:13 +01:00
5b849ddceeAdding note for the swallow patch to uncomment relevant line in config.mk when taking the patch, ref. #72
bakkeby
2020-11-15 16:24:31 +01:00
1b9e0d9a88Rolling back workaround for systray not displaying when designated monitor is removed (ref. hotplugging issues)
bakkeby
2020-11-14 08:40:31 +01:00
3e3afde993flexwintitle: potential for scheme discrepancy between stack and stack2
bakkeby
2020-11-08 17:41:15 +01:00
a947f8d667systray: avoid dwm crashing when removing the monitor where the systray is running (fix ref. #70)
bakkeby
2020-11-06 19:46:42 +01:00
558849940bipc patch: avoid segmentation fault running dwm-msg without any arguments
bakkeby
2020-11-06 13:29:43 +01:00
8b43316e96indicators: too wide (full) indicators when using awesombar and fancybar, ref. #69
bakkeby
2020-11-05 13:47:13 +01:00
251e3a23deAdding tiled indicators as suggested in #68
bakkeby
2020-11-05 12:16:38 +01:00
f662f6e749systray: avoid dwm crashing when removing the monitor where the systray is running (hotplugging issues)
bakkeby
2020-11-05 12:08:18 +01:00
45d05c6c48Adding the _NET_CLIENT_LIST_STACKING patch
bakkeby
2020-10-26 11:10:14 +01:00
5edf4bab17Proposed changes to ensure that systray icons are sized according to font size rather than bar height, ref. #62
bakkeby
2020-10-24 10:01:19 +02:00
c6c2f0109fnoborder: the recorded height and width of the client should most likely not be changed when noborder is in effect
bakkeby
2020-10-19 13:08:26 +02:00
ff78e407a5transfer: Fix null pointer exception when no focused client
bakkeby
2020-10-16 15:26:00 +02:00
f9a3c2f88csavefloats: disable restoring float position when using movemouse and resizemouse functions for a more intuitive behaviour
bakkeby
2020-10-11 11:59:11 +02:00
81ae102bb9savefloats: set the _IS_FLOATING property also when restoring float position
bakkeby
2020-10-11 11:55:15 +02:00
1266f49707swallow: set the _IS_FLOATING property for the floating window if EWMH patch is enabled
bakkeby
2020-10-11 11:53:43 +02:00
21fd715afaswallow / arrange mismatch: swallow needs XMapWindow for the window being called beforehand, whereas arrange needs it called afterwards
bakkeby
2020-10-10 15:25:35 +02:00
016cdf3857for new clients trigger arrange before XMapWindow to avoid visual glitches
bakkeby
2020-10-10 15:04:36 +02:00
b25b92b5f4warp: do not warp if force_warp = 1 and mouse cursor is on a bar
bakkeby
2020-10-06 12:45:09 +02:00
fbacf17346center: center windows by default if they are placed in the top right corner, ref. #52
bakkeby
2020-09-29 13:26:05 +02:00
b6cf350098Added note about ~SPTAGMASK in patches.def.h ref. #53
bakkeby
2020-09-28 18:00:37 +02:00
795fcc3b51scratchpads: when the scratchpad patch is added, the tagmask is altered, so to get a window onto all tags you have to do ~SPTAGSMASK instead of ~0 as otherwise it will interfere with the scratchpads, ref. #53
bakkeby
2020-09-28 17:48:49 +02:00
8726ae0aa9Adding _IS_FLOATING xproperty patch for floating windows ref. #50
bakkeby
2020-09-28 14:39:17 +02:00