xrandr scripts

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-05-25 10:26:45 +02:00
parent f9a941d7e9
commit a564995852
5 changed files with 27 additions and 0 deletions

14
x-autostart Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
# start 4 mutt clients
tmutt
tmutt
# start tee window
x-terminal-emulator -name tee -e ressh.sh tee.schottelius.org
# start root window
x-terminal-emulator -name sudo -e sudo -i
# retrieve mails
x-terminal-emulator -name fetchmail -e hole_mails 30

4
x-gedreht Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# xrandr --output HDMI2 --auto --above LVDS1
xrandr --output VGA1 --off
xrandr --output HDMI1 --auto --left-of LVDS1 --rotate left

2
x-normal Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output HDMI1 --auto --rotate normal --left-of LVDS1

4
x-off Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
xrandr --output HDMI2 --off
xrandr --output HDMI1 --off
xrandr --output VGA1 --off

3
x-vga Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
xrandr --output HDMI1 --off
xrandr --output VGA1 --auto --above LVDS1