Hotbox: A CLI hotkey configurator for Openbox.
Obkey in the Arch Linux AUR relies on an outdated python version. I wanted to create a quick and easy-to-use tool to set hotkeys with minimal dependancies.
- Clone the repo.
- cd hotbox
- python -m hotbox
Arch users- Available in aur:
- clone https://aur.archlinux.org/hotbox-git.git
- cd hotbox-git
- run makepkg -si
In the main directory execute python -m hotbox. Then simply follow on-screen instructions.
Example usage to set Alt+t to open a terminal:
- Open hotbox by typing python -m hotbox
- Type '4' to add a hotkey
- Enter 'A-t'
- Confirm any y/n prompts that appear
- Enter '1' to choose Execute
- Type in 'xterm', or the command to open your favorite terminal
- Choose any other options as presented
That's it. Alt+t should now open a terminal window.
For more information see http://openbox.org/wiki/Help:Actions
MIT license