feat(Rotation): Démon pour la rotation automatique de l'écran
This commit is contained in:
parent
cc8ebe9e40
commit
8631f67dc1
@ -214,7 +214,10 @@ bindsym XF86Sleep exec systemctl suspend
|
|||||||
###
|
###
|
||||||
|
|
||||||
# Résolution par défaut
|
# 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)
|
# Transparency (need picom)
|
||||||
exec_always --no-startup-id "killall picom; picom -b"
|
exec_always --no-startup-id "killall picom; picom -b"
|
||||||
|
Loading…
Reference in New Issue
Block a user