1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

fixed brigthness on startup

Signed-off-by: Stefan Ellmauthaler <stefan.ellmauthaler@tu-dresden.de>
This commit is contained in:
Stefan Ellmauthaler 2021-10-13 10:37:43 +02:00
parent a657de417f
commit 47d49e7b75

View File

@ -52,6 +52,7 @@
profileExtra = ''
if [ $(hostname) = 'stel-xps' ]; then
autorandr -c
brightnessctl s 50%
fi
'';
};