Replace [your key] with your key ID
To obtain your key ID
gpg --list-secret-keys --keyid-format LONGWhich returns something like
| <!-- Window Tiling: Emulates Windows 7 Snap feature JASON CAVETT --> | |
| <keybind key="W-J"> | |
| <action name="UnmaximizeFull"/> | |
| <action name="MaximizeVert"/> | |
| <action name="MoveResizeTo"> | |
| <width>50%</width> | |
| </action> | |
| <action name="MoveToEdgeWest"/> | |
| </keybind> | |
| <keybind key="W-L"> |
| Openbox | |
| Tint2 | |
| Urxvt | |
| lxappearance | |
| breeze dark | |
| for system-wide mouse configuration, one can edit /usr/share/icons/default/index.theme | |
| tint2conf is the customizer | |
| sudo xbps-query -Rs rxvt |
| # Install prerequisites | |
| sudo apt-get -y install build-essential libasound2 libasound2-dev libegl1-mesa-dev libgl1-mesa-dev libgles2-mesa-dev mesa-common-dev libudev-dev | |
| # Build Reicast | |
| git clone https://github.com/reicast/reicast-emulator.git | |
| cd reicast-emulator | |
| git checkout master # Make sure on 'master' branch so will find the necessary subdir (not in alpha branch). | |
| cd shell/linux | |
| make | |
| # Run Reicast |
| // ==UserScript== | |
| // @name Duolingo Trim tree | |
| // @namespace 9a84a9d7b3fef7de9d2fd7155dcd794c | |
| // @description Hides all golden skills with a button. | |
| // @author Arek Olek | |
| // @match https://www.duolingo.com/* | |
| // @icon https://s32.postimg.org/8zxj3evit/duolingo.png | |
| // @grant GM_getValue | |
| // @grant GM_setValue | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js |