feat(Rotation): Démon pour la rotation automatique de l'écran
This commit is contained in:
parent
4d2528b89e
commit
f9ecf0246c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user