Skip to content

Removal

Timon G edited this page Jan 17, 2022 · 2 revisions

I'm sad to see you go! If something bugs you, that you think can be fixed, don't hesitate to open an issue.

You can either remove OctoDash with a a script or manually

Remove with a Script

The source for the script can be found here

wget -qO- https://github.com/UnchartedBull/OctoDash/raw/main/scripts/remove.sh | bash

Manual Removal

  • Uninstall the OctoDash package

    sudo dpkg --remove octodash

  • Remove the config files

    rm -rf .config/octodash

  • Remove the following contents from ~/.xinitrc if present

        #!/bin/sh
    
        xset s off
        xset s noblank
        xset -dpms
    
        ratpoison&
        octodash
  • Remove the following contents from ~/.bashrc if present

    if [ -z "$SSH_CLIENT" ] || [ -z "$SSH_TTY" ]; then
        xinit -- -nocursor
    fi