feat(Rotation): Démon pour la rotation automatique de l'écran

This commit is contained in:
Olivier DOSSMANN 2024-03-30 22:05:13 +01:00
parent 4d2528b89e
commit f9ecf0246c

View File

@ -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"