From 28575c032769307e947a2d74724c530be81d18a2 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 18 Jul 2020 15:11:08 -0500 Subject: [PATCH] Adding literate config for AwesomeWM --- .config/awesome/README.md | 70 --------------------------------------- 1 file changed, 70 deletions(-) delete mode 100755 .config/awesome/README.md diff --git a/.config/awesome/README.md b/.config/awesome/README.md deleted file mode 100755 index 815e82c..0000000 --- a/.config/awesome/README.md +++ /dev/null @@ -1,70 +0,0 @@ -# My Awesome Configuration - -![Screenshot of my desktop](https://www.gitlab.com/dwt1/dotfiles/raw/master/.screenshots/dotfiles09.png) - -Awesome is a highly configurable, tiling window manager for X. It is very fast, extensible and licensed under the GNU GPLv2 license. Awesome is a perfect "first" tiling window manager for those who want to try out tiling, but the extreme customization that you can achieve with awesome makes it a power user's dream. Awesome is configured with Lua. - -# Features - -* Simple enough for beginner's but flexible enough for the power user. -* Extremely customizable, maybe more so than any other window manager. -* Configured in Lua. -* A documented API to configure and define the behavior of your window manager. - -# My Keybindings - -The MODKEY is set to the Super key (aka the Windows key). I try to keep the -keybindings consistent with all of my window managers. - -| Keybinding | Action | -| :--- | :--- | -| `MODKEY + RETURN` | opens terminal (alacritty is the terminal but can be easily changed) | -| `MODKEY + SHIFT + RETURN` | opens run launcher (dmenu is the run launcher but can be easily changed) | -| `MODKEY + SHIFT + c` | closes window with focus | -| `MODKEY + SHIFT + r` | restarts awesome | -| `MODKEY + SHIFT + q` | quits awesome | -| `MODKEY + 1-9` | switch focus to workspace (1-9) | -| `MODKEY + SHIFT + 1-9` | send focused window to workspace (1-9) | -| `MODKEY + j` | switches focus between windows in the stack, going down | -| `MODKEY + k` | switches focus between windows in the stack, going up | -| `MODKEY + h` | switches focus between windows in the stack, going left | -| `MODKEY + l` | switches focus between windows in the stack, going right | -| `MODKEY + SHIFT + j` | rotates the windows in the stack, going down| -| `MODKEY + SHIFT + k` | rotates the windows in the stack, going up | -| `MODKEY + SHIFT + h` | rotates the windows in the stack, going left| -| `MODKEY + SHIFT + l` | rotates the windows in the stack, going right | -| `MODKEY + period` | switch focus to next monitor | -| `MODKEY + comma` | switch focus to prev monitor | - -## Getting Help With Awesome - -#### IRC - -You can join the `#awesome` channel on the [OFTC](http://www.oftc.net/) IRC network. - -[IRC Webchat](https://webchat.oftc.net/?channels=awesome) - -#### Stack Overflow -You can ask questions on [Stack Overflow](http://stackoverflow.com/questions/tagged/awesome-wm). - -#### Reddit -There is an [awesome subreddit](https://www.reddit.com/r/awesomewm/) where you can share your work and ask questions. - -## Reporting issues - -Please report any issues you have with AwesomeWM on [our bugtracker](https://github.com/awesomeWM/awesome/issues). - -## Contributing code - -You can submit pull requests on the [github repository](https://github.com/awesomeWM/awesome). -Please read the [contributing guide](https://github.com/awesomeWM/awesome/blob/master/docs/02-contributing.md) for any coding, documentation or patch guidelines. - -## Documentation - -Online documentation is available [here](https://awesomewm.org/apidoc/). - -## License - -The project is licensed under GNU General Public License v2 or later. -You can read it online at ([v2](http://www.gnu.org/licenses/gpl-2.0.html) -or [v3](http://www.gnu.org/licenses/gpl.html)).