From 55e5b04e9083a8f1e08f001590c1b79db4f1fa71 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 8 Apr 2022 03:27:26 -0700 Subject: [PATCH] added configuration for adjusting brightness either at home with AMD CPU, or at work with Intel CPU --- i3/config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index d80414a7..7251e67f 100644 --- a/i3/config +++ b/i3/config @@ -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