github.com/troglobit / awesome-config

My awesome window manager configuration

Commit log
ba67b61 ⎇ masterUpdate README.md Joachim Wiberg 3 years ago
95b4d2d Disable blueman-applet while debugging Bluetooth Joachim Wiberg 3 years ago
b88e848 Fix string pasting Joachim Wiberg 3 years ago
e3e5be0 Add support for setting Gnome theme using gsettings Joachim Wiberg 3 years ago
433f437 xplugrc: restore scaling for highres display on Luthien Joachim Wiberg 3 years ago
a88426b Adaptions for $DAYJOB, probably last commit. Joachim Nilsson 7 years ago
b5ebf29 Enable touchpad by default Joachim Nilsson 8 years ago
59522e2 Enable light, controls screen/keyboard backlight brightness Joachim Nilsson 8 years ago
ce1662c Enable redshift (night mode), Win-Pause to toggle Joachim Nilsson 8 years ago
a111a57 Fix annoying bug with run_once() helper function Joachim Nilsson 8 years ago

My AwesomeWM config

After cloning the repo, update the GIT submodule

git submodule update --init

After git pull remember to git submodule update --recursive

Tools

You may benefit from installing the following external tools:

  • xrandr
  • xautolock
  • xcompmgr
  • xscreensaver
  • xplugd
  • light
  • nm-applet
  • blueman
  • pasystray
  • scrot
  • feh

Setup

One of the most frequently asked questions are; _"How do I set up Awesome with a dark theme?". Here are two answers that might work:

  • lxappearance
  • gsettings

The following worked for me, and is what's encoded in rc.lua

gsettings set org.gnome.desktop.interface gtk-theme "Adwaita-dark"
gsettings set org.gnome.desktop.wm.preferences theme "Adwaita-dark"
gsettings set org.gnome.desktop.interface icon-theme "Adwaita-dark"