comfortable-swipe/uninstall
Rico Tiongson 1c7c0bb10f Add autostart feature
Also generified config file location
2017-11-07 01:30:37 +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"