blob: 564f8d51ddc462198bc4e4f7763583761290f32c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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'
|