From 961b9ad05a0968a2a10b148c20b50a7b493d82af Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Wed, 18 Mar 2015 10:44:52 +0100 Subject: [PATCH] =?utf8?q?[brightness]=20Pour=20changer=20la=20luminosit?= =?utf8?q?=C3=A9=20sans=20touche=20Fn?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- brightness | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 brightness 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 -- 2.39.2