AwesomeWM config scripts
 
 
Go to file
Mark 22f682c024
Added autostart config
2022-06-14 07:52:02 -07:00
bin Changed flameshot command 2022-03-19 11:01:38 -07:00
binds Added lock screen keybind 2021-11-28 19:49:38 -08:00
clients Reset old config 2021-08-01 07:24:26 -07:00
desktop Commented development feature 2022-03-19 18:01:12 -07:00
theme Swapped play/pause icons for a standard interface 2021-12-07 16:12:42 -08:00
wrapper Disabled MDADM widget 2022-03-19 10:58:28 -07:00
.gitignore Reset old config 2021-08-01 07:24:26 -07:00
README.md Reset old config 2021-08-01 07:24:26 -07:00
conf-example.lua Added autostart config 2022-06-14 07:52:02 -07:00
errors.lua Reset old config 2021-08-01 07:24:26 -07:00
rc.lua Added autostart config 2022-06-14 07:52:02 -07:00

README.md

Awesomewm configuration

Core configuration for awesomewm. The PACKAGES file contains information on dependencies and desktop setup

Rofi config in bin/rofi is set to use the papirus theme. Edit the configs there to change it.

Copy conf-example.lua into conf.lua, then configure your system.

Project structure

All directories are required from the root project dir.

Most directories contain an init.lua. That file initializes the module, it is run when the module is required.

bin: various non-awesome scripts and configs binds: keyboard and mouse binds errors.lua: manages errors in rc.lua

clients: Manages applications. Awesome keybinds for applications are in clients/binds.

desktop: Manages tags, wallpapers, and the bar (with its widgets).

theme: Theming. Everything there compiles into a ton of awesome.beautiful.* variables that are used throughout this project.

wrapper: Scripts that provide an interface to system functions.

rc.lua: The main script, axwesomewm only looks for this file. Everything else in this project is pulled in by it.

Dependencies

rofi Launcher. Config is in bin/rofi

Fish shell All scripts in bin/scripts are written for the fish shell.

upower, xbacklight Used for battery and backlight management.

flameshot, scrot, xclip, tesseract Scrot is used for quick screenshots. Script is bin/scripts/capture. Tesseract is used for OCR screenshots. Make sure to install language packs! (e.g. tesseract-data-eng, tesseract-data-rus) It is also used in bin/scripts/capture. Flameshot is used for regular screenshots.

pamixer Used to control pulseaudio in wrapper/volume

sox provides the play command used to play system sounds. It may need some extra packages for certain file types (mp3). See the documentation.

ibus This configuration does not rely on ibus default keybinds. Instead, it uses ibus cli commands (see wrapper.ibus) to make language switching work.

If you do not need multilanguage input, you may remove wrapper.ibus,
desktop.popups.language, and the language binds in binds.system.input.

redshift Used to tint the screen.

MPC Used in keybinds.