2zw - X11 Windowmanager
Files | Log | Commits | Refs | README
Hash | Author | Date | Subject |
---|---|---|---|
95d1263 | SeMi | 2025-06-06 | fix unmange function, fix randr: remove race condition, reduce logging noise, better error handling, performance optimization, safer operations |
179ee62 | SM | 2025-05-11 | re org code, add seperate c.zig file for imports |
e9950bc | SM | 2025-05-10 | rm out.txt |
7297c36 | SM | 2025-05-10 | various changes, prod use this one |
fa5d7f6 | SM | 2025-05-03 | proper handle floatnig windows |
3ae92e3 | SM | 2025-05-02 | 2zwm - 2wm clone |
a385dd1 | SeMi | 2025-04-23 | rewrite codebase, polish some stuff |
2e3da5e | SeMi | 2025-04-21 | ewm |
59524e1 | erikbackman | 2024-03-04 | remove focus on click for now, it's not working as intended |
115b646 | erikbackman | 2024-02-25 | fix winNext/winPrev |
6afc6be | erikbackman | 2024-02-24 | focus on mouse1 (without mod) |
6780fbf | erikbackman | 2024-02-24 | don't focus what is already focused |
c3c2ba5 | erikbackman | 2024-02-23 | fix previous commit |
eaa7bf2 | erikbackman | 2024-02-23 | cleanup |
948ab93 | erikbackman | 2024-02-22 | handle send_event on unmapNotify, unsure if this makes sense.. |
e65fc8b | erikbackman | 2024-02-22 | cleanup |
1ec5076 | erikbackman | 2024-02-22 | comments |
a247174 | erikbackman | 2024-02-21 | check for null |
93acd3c | erikbackman | 2024-02-21 | update gitignore |
8a2f650 | erikbackman | 2024-02-21 | move things around |
34e241b | erikbackman | 2024-02-21 | Forgot to commit this |
125e815 | erikbackman | 2024-02-21 | Improve focusing code |
310b95a | erikbackman | 2024-02-21 | comments |
44da31d | erikbackman | 2024-02-21 | sync before main loop |
d1cfd19 | erikbackman | 2024-02-21 | focus the correct window when destroying the current one |
b86eec4 | erikbackman | 2024-02-20 | revert 96b0ef8 |
04e34b6 | erikbackman | 2024-02-20 | don't exit while there's a next event |
a0c8a7c | erikbackman | 2024-02-20 | tweak center width and height |
96b0ef8 | erikbackman | 2024-02-20 | focus the globally previous node instead of relative to cursor |
d61487e | erikbackman | 2024-02-12 | focus previous window on destroy |
66aa78f | erikbackman | 2024-02-12 | fix typo |
b689067 | erikbackman | 2024-02-12 | update readme |
cb7cd48 | erikbackman | 2024-02-12 | update readme |
4776067 | erikbackman | 2024-02-11 | comments |
bc9df8a | erikbackman | 2024-02-11 | naming conventions |
8cd52c9 | erikbackman | 2024-02-11 | naming conventions |
8473c6c | erikbackman | 2024-02-11 | cleanup |
1a081da | erikbackman | 2024-02-10 | fix div by zero in tileAll |
3697b02 | erikbackman | 2024-02-10 | update gif |
99c38fb | erikbackman | 2024-02-10 | fix tileAll |
29b80dc | erikbackman | 2024-02-10 | take border into account when calculating window size |
8b39953 | erikbackman | 2024-02-10 | Remember window attributes when going fullscreen |
3b49a4b | erikbackman | 2024-02-10 | update readme |
7e24c6f | erikbackman | 2024-02-09 | add script to generate tags |
48f5cfa | erikbackman | 2024-02-09 | remove hardcoded width/height for centered windows |
15cd10d | erikbackman | 2024-02-09 | cleanup |
50120bf | erikbackman | 2024-02-09 | use c_uint for screen width and height |
aadb0bc | erikbackman | 2024-02-08 | Cleanup unused Direction enum |
dfac945 | erikbackman | 2024-02-08 | return node when adding client and let caller decide what to do after adding |
c074b3c | erikbackman | 2024-02-08 | pointless stylistic change |