xrandr scripts
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f9a941d7e9
commit
a564995852
5 changed files with 27 additions and 0 deletions
14
x-autostart
Executable file
14
x-autostart
Executable 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
4
x-gedreht
Executable 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
2
x-normal
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output HDMI1 --auto --rotate normal --left-of LVDS1
|
4
x-off
Executable file
4
x-off
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
xrandr --output HDMI2 --off
|
||||
xrandr --output HDMI1 --off
|
||||
xrandr --output VGA1 --off
|
3
x-vga
Executable file
3
x-vga
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
xrandr --output HDMI1 --off
|
||||
xrandr --output VGA1 --auto --above LVDS1
|
Loading…
Reference in a new issue