index
:
blow
main
a hyper-minimal tiling window manager written in rust
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clients
Age
Commit message (
Expand
)
Author
2024-08-13
Add moving and resizing with mouse
tcmal
2024-08-13
Add support for mouse button binds
tcmal
2024-08-13
Add tags/workspaces
tcmal
2024-08-06
Deal with configurerequest properly
tcmal
2024-08-06
Fix some clippy lints
tcmal
2024-07-15
Handle fullscreen requests sent by clients
tcmal
2024-07-15
Fix crash when run with multiple monitors
tcmal
2024-07-15
set fullscreen based on ewm hints
tcmal
2024-07-15
support fullscreen mode
tcmal
2024-07-15
Add deserialisation code for size hints
tcmal
2024-07-15
Set dialog windows to floating when first
tcmal
2024-07-04
raise windows when they are made floating
tcmal
2024-07-04
set transient windows to floating
tcmal
2024-07-04
support floating windows
tcmal
2024-07-04
inherit monitor from parent for transient windows
tcmal
2024-07-04
don't need to do xmoveresizewindow stuff
tcmal
2024-07-04
clamp window size to monitor
tcmal
2024-06-27
fix minor bugs
tcmal
2024-06-27
remove some outdated comments/todos
tcmal
2024-06-27
send take focus event
tcmal
2024-06-26
start adding some more keybinds
tcmal
2024-06-21
documentation cleanup
tcmal
2024-06-21
remove incorrect flushing of xcb buffer
tcmal
2024-06-21
fix some problems when clients were destroyed
tcmal
2024-06-21
refactor connection-related stuff out, make things a bit cleaner
tcmal