comfortable-swipe/uninstall
Rico Tiongson 7774ba1ccc Add autostart feature
Also generified config file location
2017-10-23 23:12:35 +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"