Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qtile/qtile-examples
Example configurations and scripts for Qtile
https://github.com/qtile/qtile-examples
qtile
Last synced: 3 months ago
JSON representation
Example configurations and scripts for Qtile
- Host: GitHub
- URL: https://github.com/qtile/qtile-examples
- Owner: qtile
- Created: 2012-03-02T03:25:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T15:58:56.000Z (about 1 year ago)
- Last Synced: 2024-06-20T04:11:39.276Z (5 months ago)
- Topics: qtile
- Language: Python
- Homepage:
- Size: 5.69 MB
- Stars: 567
- Watchers: 33
- Forks: 109
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome-github-stars - qtile/qtile-examples - Example configurations and scripts for Qtile (Python)
- awesome-starred - qtile/qtile-examples - Example configurations and scripts for Qtile (others)
README
# qtile-examples
## Table of Contents- [Configs](#configs)
- [Plugins](#plugins)
- [Other Links](#other-links)This is a repository for examples of how to use qtile by users. Below is a list
of user configurations and their descriptions.Documentation for the default configuration is available
[here](http://docs.qtile.org/en/latest/manual/config/index.html) and the code
is available in the main qtile repo under
[libqtile/resources/default_config.py](https://github.com/qtile/qtile/blob/master/libqtile/resources/default_config.py).## Configs
Config | Description
------------------|------------
a13xmt | rooms and workspaces
ani1001 | nord-theme, workspaces, additional-keys and some basics
aeronotix.py | dynamic groups
arkchar.py | basic configuration
bglasber.py | python functions in config
cjbarnes | java support and application specific floating rules
cortesi.py | kinesis keyboard keybindings
dwakar | themed widgets
ei-grad.py | custom widgets
emdete | simple, beautiful, useful: lots of keyboard shortcuts
mcol | wayland and x11 backends, graphical notifications
mort65 | rule matching, dynamic shortcuts, dropdown terminal
mrtnvgr | YandexDisk widget
oboingo | multiscreen, groups assigned to specific screens, key chording, time logger
osimplex | OOP, scratchpad, aesthetics file, defaults files
piotr-marendowski | Well documented, multimonitor, powerline-like, useful (with screenshots)
ramnes.py | debug layouts
roger | dynamic groups, rule matching for windows
rxcomm | Google Calendar widget
sweenu | broken up in several files, custom screenshots, backlight
tailhook.py | unicode-based window sorting
tin.py | custom window shortcuts
tych0 | qtile development, multiple screens
zordsdavini | various dmenu apps, screenshots, multiscreen, gmailwidget
SpyrosRoum | ability to toggle groups making them visible, like DWM## Plugins
Module | Description
------------------------|------------
traverse | Functions for traversing focus over windows based on global position
graphical_notifications | An interactive graphical notification server similar to dunst
Qminimize | A rofi script to handle minimize/unminimize of multiple windows at once
floating_window_snapping| Floating window borders snap to other window/screen borders when moved with mouse (X11 only)
[Mutable Scratch](https://github.com/jrwrigh/qtile-mutable-scratch) | A i3-like scratch pad, where windows maybe added/removed on the fly
[qtile-plasma](https://github.com/numirias/qtile-plasma) | An tree-based layout, very similar to i3
toggle_debug | A command to toggle debug logging with notification
tidygroups | Function for moving windows to the leftmost groups (like dwm's `reorganizetags`)## Other links
Site | Description
------------------------|------------
[qtile-extras][1] | A collection of widgets and other mods made by elParaguayo[1]: https://github.com/elParaguayo/qtile-extras/ "qtile-extras"
## Contributing
To contribute please fork the repo on github and make a pull request. Please
also include in this README a short description of your config.