Add rotscreen script and bindings

This commit is contained in:
samedamci 2020-06-02 11:28:34 +02:00
parent 9a5955b817
commit 2c0d93cc03
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894
2 changed files with 6 additions and 0 deletions

View File

@ -63,3 +63,6 @@ ctrl + XF86Audio{Next,Prev}
# stop
XF86AudioStop
mpc stop && refbar
super + {Left,Up,Down,Right}
rotscreen {left,normal,inverted,right}

3
.local/bin/scripts/rotscreen Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
xrandr --output HDMI-1 --rotate "$1"