diff options
| author | Jeff Carr <[email protected]> | 2025-08-25 10:02:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-25 10:02:14 -0500 |
| commit | 6dd0052dcf530af22a43ca02a8e0b6cebcc383e0 (patch) | |
| tree | 3bc6095ae4304c0b75c4628582fb2f903c4cbb7b /README.md | |
| parent | 9d5bd8d5b92fc91a6ff03398cd9f338dce4ca6b4 (diff) | |
restructor code
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1 +1,24 @@ -# devils pie code to try to fix window placement +# This is an attempt to redo 'startx' not as a bash script this time + +GOALS: + + * use a protobuf TEXT config file + * store global file in ~/etc/startx.text + * store user config file in ~/.config/startx.text + * parse additional settings from ~/.config/startx.d/ + * restore the geometry of the apps + * make a GUI save/edit/restore tool + +CURRENTLY WORKING: + + * works with x windows + * restores mate-terminal on debian + +TODO: + + * wayland support + * other programs like firefox & keepass + * actually execute from lightdm + * run underneath mate-session + * run underneath all the other WM + * rename binary 'startx' |
