added configuration for adjusting brightness either at home with AMD CPU, or at work with Intel CPU
This commit is contained in:
parent
80d2b8012e
commit
55e5b04e90
1 changed files with 5 additions and 2 deletions
|
|
@ -13,8 +13,11 @@ set $mod Mod4
|
|||
# Enable transparency
|
||||
exec xcompmgr -c -f -n
|
||||
|
||||
# Increase Brightness by 10%
|
||||
exec xrandr --output HDMI-0 --brightness 1.1
|
||||
# Increase Brightness
|
||||
# For at Home/Desktop:
|
||||
# exec xrandr --output Screen-0 --brightness 1.1
|
||||
# For at Work/Laptop:
|
||||
exec xbacklight -set 70
|
||||
|
||||
# Enable pulseaudio
|
||||
exec pulseaudio --start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue