diff --git a/README.md b/README.md index a78484e..f1fb807 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ [![GitHub release](https://img.shields.io/github/release/rbreaves/kinto.svg)](https://github.com/rbreaves/kinto/releases) -\- A better linux keyboard layout for professional mac users \- +![alt text](https://raw.githubusercontent.com/rbreaves/kinto/master/splash.png) + +\- Type in Linux like it's a Mac. \- Memory muscle matters for programmers and developers. @@ -41,7 +43,7 @@ git clone https://github.com/rbreaves/kinto.git Debian or Ubuntu 16.04 or 18.04 ``` sudo apt update -sudo apt install python3 x11-utils +sudo apt install python3 ``` 3. Follow the prompts and the script will guide you through the rest of the setup. diff --git a/old_uninstall.sh b/old_uninstall.sh new file mode 100755 index 0000000..1b3eec0 --- /dev/null +++ b/old_uninstall.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +systemctl --user stop keyswap +systemctl --user disable keyswap +rm -rf ~/.config/autostart/keyswap.sh +rm -rf ~/.config/xactive.sh +rm -rf ~/.xkb + +sed -i '/xkb/d' ~/.Xsession \ No newline at end of file diff --git a/uninstall.sh b/uninstall.sh index 1b3eec0..bc702dc 100755 --- a/uninstall.sh +++ b/uninstall.sh @@ -3,7 +3,7 @@ systemctl --user stop keyswap systemctl --user disable keyswap rm -rf ~/.config/autostart/keyswap.sh -rm -rf ~/.config/xactive.sh +rm -rf ~/.config/kinto rm -rf ~/.xkb sed -i '/xkb/d' ~/.Xsession \ No newline at end of file