diff options
Diffstat (limited to 'install')
| -rwxr-xr-x | install | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ if [ "$(id -u)" -eq 0 ] || [ -n "$SUDO_UID" ]; then (cd "$program" && echo "Starting $program installation" && make -s clean install && echo "$program installation complete" && make -s clean) done + git restore . + if command_exists picom; then echo "Copying picom configuration" cp picom.conf /etc/xdg/picom.conf |
