Commit graph

69 commits

Author SHA1 Message Date
vaxerski
2c968ac962 remove fullscreen if tiled window opened behind 2021-12-23 10:16:53 +01:00
vaxerski
1932214bdb use deques for volatile arrays for no reallocs on pushes 2021-12-22 20:40:24 +01:00
vaxerski
05670e34f7 Reload on RandR update. 2021-12-22 14:53:53 +01:00
vaxerski
582afac75e fix a small glitch with default workspace 2021-12-21 19:46:45 +01:00
vaxerski
0441b4a13e fix typo 2021-12-21 19:36:57 +01:00
vaxerski
ef2549f530 major changes and added more window rule keys
added move monitor and size to window rules
changed how shit works with rules
2021-12-21 18:30:35 +01:00
vaxerski
1421d42cae added intelligent transients 2021-12-21 12:22:41 +01:00
vaxerski
c4d2aef448 Added a desktop ewmh atom 2021-12-21 10:46:22 +01:00
vaxerski
43ea3674d4 seems like I fixed the docks 2021-12-19 12:33:36 +01:00
vaxerski
2effe5902e size hint fixes 2021-12-19 11:15:52 +01:00
vaxerski
311111bcb7 typo 2021-12-19 11:01:19 +01:00
vaxerski
141ba70705 use size hints for popups 2021-12-19 10:57:31 +01:00
codic
9c654f471d implement ewmh atom _NET_FRAME_EXTENTS 2021-12-18 17:39:54 -08:00
vaxerski
be399a85b2 minor patches 2021-12-19 00:47:58 +01:00
vaxerski
57a85553ab Configure request, rounding fixes and bar fixes 2021-12-19 00:28:39 +01:00
vaxerski
962819b049 some delagification 2021-12-17 23:27:27 +01:00
vaxerski
126c0ec934 minor fixes to window focusing 2021-12-17 22:25:36 +01:00
vaxerski
cd3a229fa2 respect docs take 2 2021-12-17 20:58:32 +01:00
vaxerski
090048410f Revert "respect docks' reserved area"
This reverts commit 6476407682. Bugs and stuff.
2021-12-17 20:44:35 +01:00
vaxerski
6476407682 respect docks' reserved area 2021-12-17 20:42:16 +01:00
vaxerski
6a108c5a87 fixed #18 2021-12-17 19:57:07 +01:00
vaxerski
88546490ea Added some EWMH 2021-12-13 20:21:54 +01:00
vaxerski
00eebae66c more vlc fixes 2021-12-11 14:50:29 +01:00
vaxerski
477b23f224 fixed vlc being wack on fullscreen 2021-12-11 12:54:45 +01:00
vaxerski
8aadccd9e4 sloppy fix for new windows frozen sometimes
if anyone knows a better one feel free
2021-12-09 21:58:20 +01:00
vaxerski
9e759fe39e Added cheap animations 2021-12-06 19:43:01 +01:00
vaxerski
2ca2ddfd2e Added a tray module 2021-12-06 18:56:24 +01:00
vaxerski
b897a1b64e Better mod parsing 2021-12-06 15:04:47 +01:00
vaxerski
f83d3ccea7 added moving focus and no hover focus 2021-12-05 12:05:44 +01:00
vaxerski
6fbbcd2a1c fix again because the last fix didnt fully fix 2021-12-04 23:45:22 +01:00
vaxerski
d1f1643a8f fix some default floating windows crashing 2021-12-04 23:38:31 +01:00
vaxerski
4e4d7870a3 Added a master layout (configurable) 2021-12-04 23:16:24 +01:00
vaxerski
bafa001f59 refocus when window closed 2021-12-02 15:08:19 +01:00
vaxerski
0cfe129ce4 Correctly lay out centered floating on multimon 2021-12-01 22:28:53 +01:00
vaxerski
da349a03b2 Added #12
Added %WINCLASS% to percent tokens
2021-12-01 22:23:16 +01:00
vaxerski
dc017c49c5 Added a min floating size on start 2021-12-01 16:24:49 +01:00
vaxerski
f32c0abcf2 Fixed #9 #7 and #8
Alongside with the 2 previous commits.
2021-11-30 17:08:52 +01:00
vaxerski
e9313fe3aa better window killing method 2021-11-30 16:43:28 +01:00
vaxerski
d73b3bf92b made all kinds of notifications and dialogs floating by default 2021-11-28 16:14:12 +01:00
vaxerski
05fb292c92 Docks/Fullscreen autodetect + fixed a crash 2021-11-28 11:52:40 +01:00
vaxerski
6224ffb078 Bar modules upgrade 2021-11-27 19:07:33 +01:00
vaxerski
ec865f0f8e Feat: made the status bar into a separate process. 2021-11-27 13:28:30 +01:00
vaxerski
47fa04b5ac yeeted gdk, doesn't seem to do much 2021-11-26 21:44:40 +01:00
vaxerski
c8c879f103 Added a cairo bar. READ THE COMMIT DESC.
I have had this crash my WM on boot once in a blue moon. This happens rarely and should NOT happen when the WM is already running.
If anyone has a solution, feel free to contribute.
If you want to be 100% safe, use bar_enabled=0 in the config.
2021-11-26 20:20:11 +01:00
vaxerski
1e4b54f3f0 Added move to workspace and fixed floating windows being wonky a bit 2021-11-25 17:44:46 +01:00
vaxerski
9f8a71322c Fixed some ghost window cases. (readme update too) 2021-11-24 21:50:44 +01:00
vaxerski
a92ec9a44e fixed a fatal error with default floating windows 2021-11-24 19:33:32 +01:00
vaxerski
36b89e7152 revert bullshit windows, apparently some apps create those... 2021-11-24 19:24:56 +01:00
vaxerski
ad87629d51 Sanity check against duped children 2021-11-24 18:51:34 +01:00
vaxerski
8f172a4e55 Added some simple checks for windows that shouldnt be tiled 2021-11-24 18:37:45 +01:00