Add rotscreen script and bindings
This commit is contained in:
parent
c4b2e26509
commit
be124dc591
@ -63,3 +63,6 @@ ctrl + XF86Audio{Next,Prev}
|
|||||||
# stop
|
# stop
|
||||||
XF86AudioStop
|
XF86AudioStop
|
||||||
mpc stop && refbar
|
mpc stop && refbar
|
||||||
|
|
||||||
|
super + {Left,Up,Down,Right}
|
||||||
|
rotscreen {left,normal,inverted,right}
|
||||||
|
3
.local/bin/scripts/rotscreen
Executable file
3
.local/bin/scripts/rotscreen
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
xrandr --output HDMI-1 --rotate "$1"
|
Loading…
x
Reference in New Issue
Block a user