Cascade windows
Open
- Dominant language
- Shell
- Stars
- 847
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Need to exclude Menu, Dock, and Desktop...
```
for windowId in `xdotool search '.*'`; do
xdotool windowmove --sync $windowId $xy $xy;
((xy+=25));
done
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.