echo $XDG_SESSION_TYPE
I have one monitor that is really bright so I put the xrandr command in a startup file whenever I open a terminal it dims the display.
Type: Posts; User: him610; Keyword(s):
echo $XDG_SESSION_TYPE
I have one monitor that is really bright so I put the xrandr command in a startup file whenever I open a terminal it dims the display.
You don't say whether you are using X11 or Wayland.
If using X11, you might try some different xrandr settings ...
xrandr --output HDMI-A-1 --brightness 0.8 This turns brightness down from...