X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=blobdiff_plain;f=brightness;fp=brightness;h=282d0be41981cd2192f7dafb1e151636c688b516;hp=0000000000000000000000000000000000000000;hb=961b9ad05a0968a2a10b148c20b50a7b493d82af;hpb=f82f59d2ad2444142965267e8ba79804dfc25ff6 diff --git a/brightness b/brightness new file mode 100755 index 0000000..282d0be --- /dev/null +++ b/brightness @@ -0,0 +1,11 @@ +#!/bin/bash + +# Pour remettre la luminosité au max, quand le clavier +# merde et que le sans fil n'a pas les Fn functions + +# Bon par contre, ça s'annule au bout d'un certain temps, don't ask why, +# screw you gnome… + +echo "À exécuter en root" +cd /sys/class/backlight/intel_backlight +cat max_brightness > brightness