Go to file
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
devilspie builds and lists window names 2024-12-23 02:41:40 -06:00
.gitignore some lua thing. lists windows okay. notsure 2024-12-23 00:45:14 -06:00
Makefile messing around 2024-11-24 09:46:07 -06:00
README.md just interesting sample code 2024-12-04 03:14:59 -06:00
showAll.go feat: Add tools to manage terminal geometry 2025-08-22 11:17:55 -05:00
stuff.go feat: Add tools to manage terminal geometry 2025-08-22 11:17:55 -05:00

README.md

devils pie code to try to fix window placement