helloSystem / helloSystem/ISO

Cascade windows

Open
#54 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.