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