Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
N
nsbin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nico Schottelius
nsbin
Commits
a5649958
Commit
a5649958
authored
May 25, 2011
by
Nico Schottelius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xrandr scripts
Signed-off-by:
Nico Schottelius
<
nico@kr.ethz.ch
>
parent
f9a941d7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
0 deletions
+27
-0
x-autostart
x-autostart
+14
-0
x-gedreht
x-gedreht
+4
-0
x-normal
x-normal
+2
-0
x-off
x-off
+4
-0
x-vga
x-vga
+3
-0
No files found.
x-autostart
0 → 100755
View file @
a5649958
#!/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
x-gedreht
0 → 100755
View file @
a5649958
#!/bin/sh
# xrandr --output HDMI2 --auto --above LVDS1
xrandr
--output
VGA1
--off
xrandr
--output
HDMI1
--auto
--left-of
LVDS1
--rotate
left
x-normal
0 → 100755
View file @
a5649958
#!/bin/sh
xrandr
--output
HDMI1
--auto
--rotate
normal
--left-of
LVDS1
x-off
0 → 100755
View file @
a5649958
#!/bin/sh
xrandr
--output
HDMI2
--off
xrandr
--output
HDMI1
--off
xrandr
--output
VGA1
--off
x-vga
0 → 100755
View file @
a5649958
#!/bin/sh
xrandr
--output
HDMI1
--off
xrandr
--output
VGA1
--auto
--above
LVDS1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment