2zw

2zw - X11 Windowmanager

Files | Log | Commits | Refs | README


Commits

HashAuthorDateSubject
95d1263SeMi2025-06-06 fix unmange function, fix randr: remove race condition, reduce logging noise, better error handling, performance optimization, safer operations
179ee62SM2025-05-11re org code, add seperate c.zig file for imports
e9950bcSM2025-05-10rm out.txt
7297c36SM2025-05-10various changes, prod use this one
fa5d7f6SM2025-05-03proper handle floatnig windows
3ae92e3SM2025-05-022zwm - 2wm clone
a385dd1SeMi2025-04-23rewrite codebase, polish some stuff
2e3da5eSeMi2025-04-21ewm
59524e1erikbackman2024-03-04remove focus on click for now, it's not working as intended
115b646erikbackman2024-02-25fix winNext/winPrev
6afc6beerikbackman2024-02-24focus on mouse1 (without mod)
6780fbferikbackman2024-02-24don't focus what is already focused
c3c2ba5erikbackman2024-02-23fix previous commit
eaa7bf2erikbackman2024-02-23cleanup
948ab93erikbackman2024-02-22handle send_event on unmapNotify, unsure if this makes sense..
e65fc8berikbackman2024-02-22cleanup
1ec5076erikbackman2024-02-22comments
a247174erikbackman2024-02-21check for null
93acd3cerikbackman2024-02-21update gitignore
8a2f650erikbackman2024-02-21move things around
34e241berikbackman2024-02-21Forgot to commit this
125e815erikbackman2024-02-21Improve focusing code
310b95aerikbackman2024-02-21comments
44da31derikbackman2024-02-21sync before main loop
d1cfd19erikbackman2024-02-21focus the correct window when destroying the current one
b86eec4erikbackman2024-02-20revert 96b0ef8
04e34b6erikbackman2024-02-20don't exit while there's a next event
a0c8a7cerikbackman2024-02-20tweak center width and height
96b0ef8erikbackman2024-02-20focus the globally previous node instead of relative to cursor
d61487eerikbackman2024-02-12focus previous window on destroy
66aa78ferikbackman2024-02-12fix typo
b689067erikbackman2024-02-12update readme
cb7cd48erikbackman2024-02-12update readme
4776067erikbackman2024-02-11comments
bc9df8aerikbackman2024-02-11naming conventions
8cd52c9erikbackman2024-02-11naming conventions
8473c6cerikbackman2024-02-11cleanup
1a081daerikbackman2024-02-10fix div by zero in tileAll
3697b02erikbackman2024-02-10update gif
99c38fberikbackman2024-02-10fix tileAll
29b80dcerikbackman2024-02-10take border into account when calculating window size
8b39953erikbackman2024-02-10Remember window attributes when going fullscreen
3b49a4berikbackman2024-02-10update readme
7e24c6ferikbackman2024-02-09add script to generate tags
48f5cfaerikbackman2024-02-09remove hardcoded width/height for centered windows
15cd10derikbackman2024-02-09cleanup
50120bferikbackman2024-02-09use c_uint for screen width and height
aadb0bcerikbackman2024-02-08Cleanup unused Direction enum
dfac945erikbackman2024-02-08return node when adding client and let caller decide what to do after adding
c074b3cerikbackman2024-02-08pointless stylistic change