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
Age
Commit message (
Expand
)
Author
2024-08-30
Switch focus after switching workspace tag
tcmal
2024-08-30
Fix pointer events being paused after a button press
tcmal
2024-08-30
Fix mouse grab not being released sometimes
tcmal
2024-08-30
Add bind for going back and forth between tags
tcmal
2024-08-30
Add binds for moving clients up/down stack
tcmal
2024-08-30
Add bind for killing clients
tcmal
2024-08-30
Some more docs
tcmal
2024-08-30
Add optional autostart feature
tcmal
2024-08-30
Only change focus within current workspace with keyboard
tcmal
2024-08-30
Switch workspace as needed when refocusing
tcmal
2024-08-30
Remove unused code for size hints
tcmal
2024-08-30
Fix issues when currently focused window is killed
tcmal
2024-08-28
Minor lints
tcmal
2024-08-28
Deal with not receiving enternotify events
tcmal
2024-08-28
Different config for testing
tcmal
2024-08-26
Deal with focused window being destroyed better
tcmal
2024-08-26
Fix destroy logic being run twice
tcmal
2024-08-25
use my config as default (for now)
tcmal
2024-08-14
Move to one list of clients, shared across monitors
tcmal
2024-08-13
Fix focus flickering bug
tcmal
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
lints
tcmal
2024-06-27
remove outdated todo
tcmal
2024-06-27
send take focus event
tcmal
2024-06-27
cleanup spawn helper
tcmal
2024-06-26
start adding some more keybinds
tcmal
2024-06-26
add logging macros for debug mode only printing
tcmal
2024-06-26
log events when compiled in debug mode
tcmal
2024-06-26
implement cleanup_process_children
tcmal
2024-06-21
fix some lints
tcmal
2024-06-21
remove outdated todo
tcmal
2024-06-21
documentation cleanup
tcmal
[next]