$xgamma -gamma 0.7
startup
To solve this, I created a .desktop file (I named mine xgamma.desktop) made it executable (chmod 755 xgamma.desktop), and placed it in the xfce autostart folder (~/.config/autostart). This format for the .desktop file worked the first time:
[Desktop Entry]I then logged-out. After logging back in, the screen went to 0.7 brightness automagically.
Encoding=UTF-8
Version=1.0
Type=Application
Name=xgamma
Comment=takes screen to .7 bright
Exec=xgamma -gamma 0.7
StartupNotify=false
Terminal=false
No comments:
Post a Comment