Commit Graph

3 Commits

Author SHA1 Message Date
Castor Gemini 0d2cd8082b feat: Add tools to manage terminal geometry
This commit introduces two main changes:

1.  A new program `showAll.go` that uses `wmctrl` to find all
    running terminals and print their geometry and workspace. This
    provides the core functionality for saving window positions.

2.  The existing `stuff.go` program has been fixed to correctly
    find and modify a terminal window. It now targets a generic
    "Terminal" window and correctly retrieves its geometry,
    allowing it to move and resize it successfully.
2025-08-22 11:17:55 -05:00
Jeff Carr 71909226e1 messing around
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-11-24 09:46:07 -06:00
Jeff Carr cfd6fdadd7 day 1 2024-11-24 06:57:05 -06:00