Skip to content

ramnes/qtile-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Screenshot (empty) Screenshot (busy)

Releases

No releases published

Packages

No packages published