tangled
alpha
login
or
join now
aria.rip
/
blow
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
aria.rip
31be28a8
Ensure visible windows are mapped immediately on request
main
2y ago
aria.rip
1c3e83df
Unconditionally set properties on configurerequest
2y ago
aria.rip
06a9a8f0
Fix sending invalid configuration requests sometimes
2y ago
aria.rip
baa0b5fb
Handle errors in event processing without dying
2y ago
aria.rip
250808c1
Fix some issues with splash screens, etc
2y ago
aria.rip
cdeab416
Switch focus after switching workspace tag
2y ago
aria.rip
184cbb73
Fix pointer events being paused after a button press
2y ago
aria.rip
0178e6d6
Fix mouse grab not being released sometimes
2y ago
aria.rip
8fc827a3
Add bind for going back and forth between tags
2y ago
aria.rip
a568b4a7
Add binds for moving clients up/down stack
2y ago
aria.rip
b5601a6e
Add bind for killing clients
2y ago
aria.rip
12c930d9
Some more docs
2y ago
aria.rip
7ab9f225
Add optional autostart feature
2y ago
aria.rip
e6d583df
Only change focus within current workspace with keyboard
2y ago
aria.rip
d2506fbb
Switch workspace as needed when refocusing
2y ago
aria.rip
435e2475
Remove unused code for size hints
2y ago
aria.rip
bcc81738
Fix issues when currently focused window is killed
2y ago
aria.rip
afff36ca
Minor lints
2y ago
aria.rip
a339653a
Deal with not receiving enternotify events
2y ago
aria.rip
59e28296
Different config for testing
2y ago
aria.rip
ac4eee71
Deal with focused window being destroyed better
2y ago
aria.rip
19829472
Fix destroy logic being run twice
2y ago
aria.rip
5acbda1c
use my config as default (for now)
2y ago
aria.rip
6fd93487
Move to one list of clients, shared across monitors
2y ago
aria.rip
f9d5af7f
Fix focus flickering bug
2y ago
aria.rip
e4d9484d
Add moving and resizing with mouse
2y ago
aria.rip
d973959f
Add support for mouse button binds
2y ago
aria.rip
89b5f3f8
Add tags/workspaces
2y ago
aria.rip
5359062b
Deal with configurerequest properly
2y ago
aria.rip
9865539d
Fix some clippy lints
2y ago
aria.rip
a441d50f
cleanup
2y ago
aria.rip
509b365b
update todos
2y ago
aria.rip
7e3d3a9b
Handle fullscreen requests sent by clients
2y ago
aria.rip
4f97eac4
Fix crash when run with multiple monitors
2y ago
aria.rip
1a87db10
set fullscreen based on ewm hints
2y ago
aria.rip
5d2a23a5
support fullscreen mode
2y ago
aria.rip
641d4db3
Add deserialisation code for size hints
2y ago
aria.rip
6d586c81
Set dialog windows to floating when first
2y ago
aria.rip
51567ba6
raise windows when they are made floating
2y ago
aria.rip
53eacd79
set transient windows to floating
2y ago
aria.rip
b9778944
support floating windows
2y ago
aria.rip
d147f26e
inherit monitor from parent for transient windows
2y ago
aria.rip
7000d245
don't need to do xmoveresizewindow stuff
2y ago
aria.rip
19d4dac4
clamp window size to monitor
2y ago
aria.rip
1930c533
add todos tracker
2y ago
aria.rip
d10f1854
fix minor bugs
2y ago
aria.rip
365ce9b4
remove some outdated comments/todos
2y ago
aria.rip
0e072503
lints
2y ago
aria.rip
6d0af908
remove outdated todo
2y ago
aria.rip
112d094b
send take focus event
2y ago
aria.rip
bc641d4a
cleanup spawn helper
2y ago
aria.rip
adcf670b
start adding some more keybinds
2y ago
aria.rip
6785d154
add logging macros for debug mode only printing
2y ago
aria.rip
f7f0df71
log events when compiled in debug mode
2y ago
aria.rip
c4cf4336
implement cleanup_process_children
2y ago
aria.rip
7639ceef
fix some lints
2y ago
aria.rip
8225beac
remove outdated todo
2y ago
aria.rip
210ea31e
documentation cleanup
2y ago
aria.rip
1c893ed1
remove incorrect flushing of xcb buffer
2y ago
aria.rip
28d1cbca
fix some problems when clients were destroyed
2y ago
Ensure visible windows are mapped immediately on request
main
31be28a8
aria.rip
2y
Unconditionally set properties on configurerequest
1c3e83df
aria.rip
2y
Fix sending invalid configuration requests sometimes
06a9a8f0
aria.rip
2y
Handle errors in event processing without dying
baa0b5fb
aria.rip
2y
Fix some issues with splash screens, etc
250808c1
aria.rip
2y
Switch focus after switching workspace tag
cdeab416
aria.rip
2y
Fix pointer events being paused after a button press
184cbb73
aria.rip
2y
Fix mouse grab not being released sometimes
0178e6d6
aria.rip
2y
Add bind for going back and forth between tags
8fc827a3
aria.rip
2y
Add binds for moving clients up/down stack
a568b4a7
aria.rip
2y
Add bind for killing clients
b5601a6e
aria.rip
2y
Some more docs
12c930d9
aria.rip
2y
Add optional autostart feature
7ab9f225
aria.rip
2y
Only change focus within current workspace with keyboard
e6d583df
aria.rip
2y
Switch workspace as needed when refocusing
d2506fbb
aria.rip
2y
Remove unused code for size hints
435e2475
aria.rip
2y
Fix issues when currently focused window is killed
bcc81738
aria.rip
2y
Minor lints
afff36ca
aria.rip
2y
Deal with not receiving enternotify events
a339653a
aria.rip
2y
Different config for testing
59e28296
aria.rip
2y
Deal with focused window being destroyed better
ac4eee71
aria.rip
2y
Fix destroy logic being run twice
19829472
aria.rip
2y
use my config as default (for now)
5acbda1c
aria.rip
2y
Move to one list of clients, shared across monitors
6fd93487
aria.rip
2y
Fix focus flickering bug
f9d5af7f
aria.rip
2y
Add moving and resizing with mouse
e4d9484d
aria.rip
2y
Add support for mouse button binds
d973959f
aria.rip
2y
Add tags/workspaces
89b5f3f8
aria.rip
2y
Deal with configurerequest properly
5359062b
aria.rip
2y
Fix some clippy lints
9865539d
aria.rip
2y
cleanup
a441d50f
aria.rip
2y
update todos
509b365b
aria.rip
2y
Handle fullscreen requests sent by clients
7e3d3a9b
aria.rip
2y
Fix crash when run with multiple monitors
4f97eac4
aria.rip
2y
set fullscreen based on ewm hints
1a87db10
aria.rip
2y
support fullscreen mode
5d2a23a5
aria.rip
2y
Add deserialisation code for size hints
641d4db3
aria.rip
2y
Set dialog windows to floating when first
6d586c81
aria.rip
2y
raise windows when they are made floating
51567ba6
aria.rip
2y
set transient windows to floating
53eacd79
aria.rip
2y
support floating windows
b9778944
aria.rip
2y
inherit monitor from parent for transient windows
d147f26e
aria.rip
2y
don't need to do xmoveresizewindow stuff
7000d245
aria.rip
2y
clamp window size to monitor
19d4dac4
aria.rip
2y
add todos tracker
1930c533
aria.rip
2y
fix minor bugs
d10f1854
aria.rip
2y
remove some outdated comments/todos
365ce9b4
aria.rip
2y
lints
0e072503
aria.rip
2y
remove outdated todo
6d0af908
aria.rip
2y
send take focus event
112d094b
aria.rip
2y
cleanup spawn helper
bc641d4a
aria.rip
2y
start adding some more keybinds
adcf670b
aria.rip
2y
add logging macros for debug mode only printing
6785d154
aria.rip
2y
log events when compiled in debug mode
f7f0df71
aria.rip
2y
implement cleanup_process_children
c4cf4336
aria.rip
2y
fix some lints
7639ceef
aria.rip
2y
remove outdated todo
8225beac
aria.rip
2y
documentation cleanup
210ea31e
aria.rip
2y
remove incorrect flushing of xcb buffer
1c893ed1
aria.rip
2y
fix some problems when clients were destroyed
28d1cbca
aria.rip
2y
next