comfortable-swipe/uninstall
Rico Tiongson 2b3210b188 Update README
Add better instructions for autostart and permissions
2017-10-23 23:37:40 +08:00

6 lines
258 B
Bash

#!/bin/bash
echo "Uninstalling..."
rm ${XDG_CONFIG_HOME:-$HOME/.config}/autostart/comfortable-swipe.desktop 2> /dev/null
comfortable-swipe stop 2> /dev/null
rm $HOME/.local/bin/comfortable-swipe 2> /dev/null
echo "Successfully uninstalled comfortablex-swipe"