All Projects → ramnes → qtile-config

ramnes / qtile-config

Licence: other
My ~/.config/qtile

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to qtile-config

qtile-config
My qtile config
Stars: ✭ 47 (+88%)
Mutual labels:  config, window-manager, qtile
dotfiles
No description or website provided.
Stars: ✭ 173 (+592%)
Mutual labels:  window-manager, qtile
Qtile
🍪 A full-featured, hackable tiling window manager written and configured in Python
Stars: ✭ 3,003 (+11912%)
Mutual labels:  window-manager, qtile
Dots
A Repository For Config Files / Dotfiles / Themes / Color Schemes / Etc...
Stars: ✭ 100 (+300%)
Mutual labels:  config, window-manager
axyl-iso
Axyl is a Linux distro centered on tiling window managers. Choose from i3, bspwm, dwm and more.
Stars: ✭ 348 (+1292%)
Mutual labels:  window-manager, qtile
JustNikhill
Config files for my GitHub profile.
Stars: ✭ 56 (+124%)
Mutual labels:  config
DGUS-reloaded-Klipper-config
No description or website provided.
Stars: ✭ 21 (-16%)
Mutual labels:  config
config-parser
A slim, fully managed C# library for reading/writing .ini, .conf, .cfg etc configuration files.
Stars: ✭ 67 (+168%)
Mutual labels:  config
goconf
Configuration loader in Go
Stars: ✭ 23 (-8%)
Mutual labels:  config
window manager
This plugin allows Flutter desktop apps to resizing and repositioning the window.
Stars: ✭ 112 (+348%)
Mutual labels:  window-manager
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (+236%)
Mutual labels:  config
ModMove
Move/Resize windows using modifiers and the mouse
Stars: ✭ 86 (+244%)
Mutual labels:  window-manager
configs
all config files that I use/used
Stars: ✭ 14 (-44%)
Mutual labels:  config
nii-nvim
A minimal neovim configuration
Stars: ✭ 69 (+176%)
Mutual labels:  config
AlanBinu007
Config files for my GitHub profile. You can simply copy it and paste it in our README file make changes as per your skills and also change alanbinu007 to your username
Stars: ✭ 58 (+132%)
Mutual labels:  config
.emacs.d
My emacs settings directory.
Stars: ✭ 28 (+12%)
Mutual labels:  config
maxwelm
Maxwelm is a simple window manager for small displays
Stars: ✭ 20 (-20%)
Mutual labels:  window-manager
x11-cr
X11 bindings for Crystal language.
Stars: ✭ 32 (+28%)
Mutual labels:  window-manager
gobble
Rust rewrite of Devour
Stars: ✭ 23 (-8%)
Mutual labels:  window-manager
surge
Network toolbox Surge rules, modules and configuration files, For pure self use.
Stars: ✭ 207 (+728%)
Mutual labels:  config

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)

Screenshot (empty) Screenshot (busy)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].