qtile-config
qtile-config copied to clipboard
My ~/.config/qtile
qtile-config
My ~/.config/qtile
Dependencies
- Qtile (I'm constantly running on Qtile's HEAD, don't expect backward compatibility)
- Python (any >=3.5 version should work)
Install
git clone [email protected]:ramnes/qtile-config.git ~/.config/qtile
Debug
sudo DEBUG=1 startx ~/.config/qtile/xinitrc -- :1 vt8
(this command can be simplified depending on your Linux setup)
Manhole
This config adds a manhole to Qtile if aiomanhole
is installed.
Access the manhole with:
nc localhost 7113
For example:
$ nc localhost 7113
>>> qtile.current_window.hide()
>>> ^C
What it looks like (or used to)