From f9ecf0246cafb80e91cb98b8bc3680a14bc1b0ce Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Sat, 30 Mar 2024 22:05:13 +0100 Subject: [PATCH] =?UTF-8?q?feat(Rotation):=20D=C3=A9mon=20pour=20la=20rota?= =?UTF-8?q?tion=20automatique=20de=20l'=C3=A9cran?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/i3/config b/.config/i3/config index a6d1a63..bd16dd2 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -214,7 +214,10 @@ bindsym XF86Sleep exec systemctl suspend ### # Résolution par défaut -exec_always --no-startup-id "xrandr --output eDP1 --mode 1680x1050" +#exec_always --no-startup-id "xrandr --output eDP1 --mode 1680x1050" + +# Rotation de l'écran +exec_always --no-startup-id "libinput-xrandr-autorotate -touchscreens 'Screen0'" # Transparency (need picom) exec_always --no-startup-id "killall picom; picom -b"