From 8375fb5cff528ba400896aa3e2130aea9b3992cc Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Mon, 21 Jun 2021 12:15:33 +0200 Subject: [PATCH] =?UTF-8?q?SWAY:=20contr=C3=B4le=20du=20contraste=20de=20l?= =?UTF-8?q?a=20lumi=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/sway/config.d/62-contraste.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .config/sway/config.d/62-contraste.conf diff --git a/.config/sway/config.d/62-contraste.conf b/.config/sway/config.d/62-contraste.conf new file mode 100644 index 0000000..0fc5642 --- /dev/null +++ b/.config/sway/config.d/62-contraste.conf @@ -0,0 +1,3 @@ +# Contrôle de la lumière +bindsym XF86MonBrightnessDown exec brightnessctl set 5%- +bindsym XF86MonBrightnessUp exec brightnessctl set +5%