Closed MassimoGirondi closed 3 years ago
Neat work!
On a side note, ~/.config
folder should really be used only for user configurations, so the makefile target install
should copy the python files and the screenshot library somewhere else, I'd suggest /opt/i3expo-ng
.
Also could you add a note in the README explaining that the force
option to overwrite previous configuration is suggested if after an update i3expo-ng crashes because of some missing config entries?
Thanks for your contribution
On a side note,
~/.config
folder should really be used only for user configurations, so the makefile targetinstall
should copy the python files and the screenshot library somewhere else, I'd suggest/opt/i3expo-ng
.
Why not ~/.local/bin
? Seems more appropriate for modern systems and does not require root permissions.
Also could you add a note in the README explaining that the
force
option to overwrite previous configuration is suggested if after an update i3expo-ng crashes because of some missing config entries?
Done!
Why not
~/.local/bin
? Seems more appropriate for modern systems and does not require root permissions.
Perfect :)
Hey Ciao!
Some patches to improve the usability:
make install
. Install the requirements too.