Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ramnes/qtile-config

My ~/.config/qtile
https://github.com/ramnes/qtile-config

config python qtile window-manager

Last synced: 3 months ago
JSON representation

My ~/.config/qtile

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 [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)
-------------------------------

![Screenshot (empty)](https://i.imgur.com/P64wjPd.jpg)
![Screenshot (busy)](http://i.imgur.com/9QXliel.jpg)