use default gsettings schemas when installed system-wide
I understand. What do you want as target name for system-wide install?
Please note make install is the standard way of installing software on Unixes system-wide.
Please note
make installis the standard way of installing software on Unixes system-wide.
That's true, but mainly for packages, tools, etc. Extensions, themes, and so on are mostly user-specific. Also, PaperWM only had one way for users to install it locally, which was with make install, so changing this behavior could cause more confusion.
I understand. What do you want as target name for system-wide install?
Something like make install-system could be sufficient.
Looks great! But currently, the only option is to install the extension in the system using
make install-system, but I think it would be great if there was a way to uninstall it. Especially using the samemake uninstallcommand (to remove both the local and system versions, if any).
Then I'll need $prefix so that I'll try to work out something.
The uninstall target is currently broken due to /bin/sh syntax errors when run on my machine.