https://github.com/ramnes/qtile-config
My ~/.config/qtile
https://github.com/ramnes/qtile-config
config python qtile window-manager
Last synced: over 1 year ago
JSON representation
My ~/.config/qtile
- Host: GitHub
- URL: https://github.com/ramnes/qtile-config
- Owner: ramnes
- Created: 2014-03-11T03:26:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T11:43:47.000Z (over 2 years ago)
- Last Synced: 2024-10-13T11:24:40.658Z (over 1 year ago)
- Topics: config, python, qtile, window-manager
- Language: Python
- Homepage:
- Size: 128 KB
- Stars: 34
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qtile-config
============
My `~/.config/qtile`
Dependencies
------------
* [Qtile](https://github.com/qtile/qtile) (I'm constantly running on Qtile's
HEAD, don't expect backward compatibility)
* Python (any >=3.5 version should work)
Install
-------
```
git clone git@github.com: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)
-------------------------------

