Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ramnes/qtile-config
- Owner: ramnes
- Created: 2014-03-11T03:26:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T11:43:47.000Z (about 1 year ago)
- Last Synced: 2024-10-13T11:24:40.658Z (3 months 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 [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)