comfortable-swipe/uninstall
Rico Tiongson be9db91207 Add autostart feature
Also generified config file location
2017-10-23 23:09:01 +08:00

6 lines
179 B
Bash

#!/bin/bash
echo "Uninstalling..."
comfortable-swipe stop 2> /dev/null
rm $HOME/.local/bin/comfortable-swipe 2> /dev/null
sleep 1
echo "Successfully uninstalled comfortable-swipe"