From: Vincent Le Gallic Date: Wed, 18 Mar 2015 09:44:52 +0000 (+0100) Subject: [brightness] Pour changer la luminosité sans touche Fn X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=commitdiff_plain;h=961b9ad05a0968a2a10b148c20b50a7b493d82af [brightness] Pour changer la luminosité sans touche Fn --- 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