I have just installed Awesome WM and I have no options to change the screen brightness, and also its shortcut doesn't working. Any one can help?
I have just installed Awesome WM and I have no options to change the screen brightness, and also its shortcut doesn't working. Any one can help?
In the
globalkeys = awful.util.table.join(
section of~/.config/awesome/rc.lua
:1) Install xbacklight:
2) Test it in console:
3) Add hotkeys to your awesome config ~/.config/awesome/rc.lua
Insert inside [globalkeys = awful.util.table.join] section the following text:
I use a keyboard without XF86MonBrightness* that's why I added bindings to Mod+o, Mod+p:
Hope this helps )
I autostart
xfce4-power-manager
, which will let you adjust the brightness using the brightness keys, in addition to general power management, such as suspend/resume, battery notifications, etc.One way is to load "gnome-power-manager" inside awesome, or at awesome startup: https://wiki.archlinux.org/index.php/Awesome#Transitioning_away_from_Gnome3 Hope this helps
Another option is to run awesome inside gnome, then you can just rely on the gnome controls (working fine) and networking etc is working too http://awesome.naquadah.org/wiki/Quickly_Setting_up_Awesome_with_Gnome
To make an app autostart when you login in Awesome WM: Right click on Desktop go to awesome > edit config. append the following line at the end:
Replace "xfce4-power-manager" with your power manager.