awesome/README.md

39 lines
1.5 KiB
Markdown
Raw Normal View History

2022-01-14 09:42:22 +00:00
# awesome
2022-02-17 19:30:41 +00:00
my slightly overcomplicated awesomewm config
more content coming soon
2022-04-03 16:07:03 +00:00
# wow look at these screenshots
(may or may not represent the real thing)
![Carbon XFCE preset](https://512mb.org/git/Yessiest/awesome/raw/branch/master/screenshots/carbon-xfce-preset.png)
![Unity-11.10 preset](https://512mb.org/git/Yessiest/awesome/raw/branch/master/screenshots/unity-11.10-preset.png)
# how do i install this though
2022-04-03 16:10:55 +00:00
you will need a compiler, make, lua headers that match your awesomewm's reported lua version (check with `awesome --version`) and pam headers.
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`
pam headers are either already installed or should be installed like `libpam-dev` or `pam-devel` or something like that
2022-04-03 16:07:03 +00:00
1. run `various-scripts/install_luapam.sh`
2. restart your DM and select awesome
3. enjoy pls
2022-02-17 19:30:41 +00:00
# License
```
Copyright (c) 2022 Yessiest
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```