diff --git a/x-autostart b/x-autostart new file mode 100755 index 0000000..2c3dddb --- /dev/null +++ b/x-autostart @@ -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 diff --git a/x-gedreht b/x-gedreht new file mode 100755 index 0000000..5ffda5f --- /dev/null +++ b/x-gedreht @@ -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 diff --git a/x-normal b/x-normal new file mode 100755 index 0000000..2428df3 --- /dev/null +++ b/x-normal @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output HDMI1 --auto --rotate normal --left-of LVDS1 diff --git a/x-off b/x-off new file mode 100755 index 0000000..4e0b4cd --- /dev/null +++ b/x-off @@ -0,0 +1,4 @@ +#!/bin/sh +xrandr --output HDMI2 --off +xrandr --output HDMI1 --off +xrandr --output VGA1 --off diff --git a/x-vga b/x-vga new file mode 100755 index 0000000..3ad3682 --- /dev/null +++ b/x-vga @@ -0,0 +1,3 @@ +#!/bin/sh +xrandr --output HDMI1 --off +xrandr --output VGA1 --auto --above LVDS1