1
0
Fork 0
mirror of https://gitlab.com/dwt1/dotfiles.git synced 2023-02-13 20:55:19 -05:00
dwt1--dotfiles/.config/qtile/README.md

53 lines
2 KiB
Markdown
Raw Normal View History

2019-03-14 11:53:36 -04:00
# My Qtile Configuration
2019-03-14 11:49:55 -04:00
![Screenshot of my desktop](https://www.gitlab.com/dwt1/dotfiles/raw/master/.screenshots/dotfiles07.png)
A full-featured, pure-Python tiling window manager
2019-03-14 11:53:36 -04:00
# Features
2019-03-14 11:49:55 -04:00
* Simple, small and extensible. It's easy to write your own layouts,
widgets and commands.
* Configured in Python.
* Command shell that allows all aspects of Qtile to be managed and
inspected.
* Complete remote scriptability - write scripts to set up workspaces,
manipulate windows, update status bar widgets and more.
* Qtile's remote scriptability makes it one of the most thoroughly
unit-tested window managers around.
2019-03-14 12:02:20 -04:00
# My Keybindings
2019-03-15 00:05:21 -04:00
The MODKEY is set to the Super key (aka the Windows key).
2019-03-14 12:02:20 -04:00
| Keybinding | Action |
| :--- | :--- |
2019-09-24 18:19:30 -04:00
| `ALT + CRTL + Enter` | opens run launcher (dmenu is the run launcher but can be easily changed) |
2019-03-14 12:02:20 -04:00
| `MODKEY + Enter` | opens terminal (st is the terminal but can be easily changed) |
| `MODKEY + SHIFT + c` | closes window with focus |
| `MODKEY + SHIFT + q` | quits qtile |
2019-03-14 12:02:20 -04:00
| `MODKEY + j` | lazy layout up (switches focus between windows in the stack) |
| `MODKEY + k` | lazy layout down (switches focus between windows in the stack) |
| `MODKEY + SHIFT + j` | lazy layout shuffle_up (rotates the windows in the stack) |
| `MODKEY + SHIFT + k` | lazy layout shuffle_down (rotates the windows in the stack) |
| `MODKEY + SHIFT + h` | Shrink size of window (MondadTall layout) |
| `MODKEY + SHIFT + l` | Shrink size of window (MondadTall layout) |
2019-03-15 01:02:47 -04:00
| `MODKEY + i` | switch focus to monitor 1 |
| `MODKEY + o` | switch focus to monitor 2 |
| `MODKEY + p` | switch focus to monitor 3 |
2019-03-14 12:02:20 -04:00
2019-03-14 11:53:36 -04:00
# Current Release
2019-03-14 11:49:55 -04:00
The current stable version of qtile is 0.13.0, released 2018-12-23. See the
2019-03-14 11:53:36 -04:00
`documentation <http://docs.qtile.org/en/latest/manual/install/index.html>`
2019-03-14 11:49:55 -04:00
for installation instructions.
2019-03-14 11:53:36 -04:00
# Community
2019-03-14 11:49:55 -04:00
Qtile is supported by a dedicated group of users. If you need any help, please
don't hesitate to fire off an email to our mailing list or join us on IRC.
2019-03-14 11:53:36 -04:00
* Mailing List: http://groups.google.com/group/qtile-dev
* IRC: irc://irc.oftc.net:6667/qtile
2019-03-14 11:49:55 -04:00