mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
.. | ||
freedesktop | ||
lain | ||
scripts | ||
themes | ||
autostart.sh | ||
rc.lua | ||
README.md |
My Awesome Configuration
Awesome is a highly configurable, next generation framework window manager for X.
Features
- 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.
My Keybindings
The MODKEY is set to the Super key (aka the Windows key).
Keybinding | Action |
---|---|
ALT + CRTL + Enter |
opens run launcher (dmenu is the run launcher but can be easily changed) |
MODKEY + Enter |
opens terminal (st is the terminal but can be easily changed) |
MODKEY + SHIFT + c |
closes window with focus |
MODKEY + SHIFT + r |
restarts awesome |
MODKEY + SHIFT + q |
quits awesome |
MODKEY + j |
switches focus between windows in the stack, going down |
MODKEY + k |
switches focus between windows in the stack, going up |
MODKEY + SHIFT + j |
rotates the windows in the stack, going down |
MODKEY + SHIFT + k |
rotates the windows in the stack, going up |
MODKEY + 1-9 |
switch focus to workspace (1-9) |
MODKEY + SHIFT + 1-9 |
sends focused window to workspace (1-9) |
Getting Help With Awesome
IRC
You can join the #awesome
channel on the OFTC IRC network.
Stack Overflow
You can ask questions on Stack Overflow.
There is an awesome subreddit where you can share your work and ask questions.
Reporting issues
Please report any issues you have with AwesomeWM on our bugtracker.
Contributing code
You can submit pull requests on the github repository. Please read the contributing guide for any coding, documentation or patch guidelines.
Status
Documentation
Online documentation is available here.
License
The project is licensed under GNU General Public License v2 or later. You can read it online at (v2 or v3).