my complicated awesomewm config (SUNSETTED)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.6 KiB

2 years ago
  1. # awesome
  2. (SUNSETTED) this config is outdated and most of the themes/layouts will be ported to https://512mb.org/git/Yessiest/reno
  3. my slightly overcomplicated awesomewm config
  4. more content coming soon
  5. # wow look at these screenshots
  6. (may or may not represent the real thing)
  7. ![Carbon XFCE preset](https://512mb.org/git/Yessiest/awesome/raw/branch/master/screenshots/carbon-xfce-preset.png)
  8. ![Unity-11.10 preset](https://512mb.org/git/Yessiest/awesome/raw/branch/master/screenshots/unity-11.10-preset.png)
  9. # how do i install this though
  10. you will need a compiler, make, lua headers that match your awesomewm's reported lua version (check with `awesome --version`) and pam headers.
  11. lua headers (for awesome compiled against lua 5.2) should be something like `lua52-devel` on void linux and such, can be installed on arch as `lua52`
  12. pam headers are either already installed or should be installed like `libpam-dev` or `pam-devel` or something like that
  13. 1. run `various-scripts/install_luapam.sh`
  14. 2. restart your DM and select awesome
  15. 3. enjoy pls
  16. # License
  17. ```
  18. Copyright (c) 2022 Yessiest
  19. Licensed under the Apache License, Version 2.0 (the "License");
  20. you may not use this file except in compliance with the License.
  21. You may obtain a copy of the License at
  22. http://www.apache.org/licenses/LICENSE-2.0
  23. Unless required by applicable law or agreed to in writing, software
  24. distributed under the License is distributed on an "AS IS" BASIS,
  25. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  26. See the License for the specific language governing permissions and
  27. limitations under the License.
  28. ```