comfortable-swipe/uninstall
Rico Tiongson a3696eb92b Update README
Add better instructions for autostart and permissions
2017-11-07 01:30:45 +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"