Add rotscreen script and bindings

This commit is contained in:
Wiktor Zykubek 2020-06-02 11:28:34 +02:00
parent c4b2e26509
commit be124dc591
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"