Add initial config

This commit is contained in:
JuliusFreudenberger 2021-08-31 14:18:45 +02:00
commit 8e313873c8
182 changed files with 14784 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1024 --rotate normal --output HDMI1 --mode 1280x1024 --pos 320x0 --rotate normal --output VIRTUAL1 --off

View file

@ -0,0 +1,2 @@
#!/usr/bin/env sh
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1024 --rotate normal --output HDMI1 --mode 1280x1024 --pos 248x0 --rotate normal --output VIRTUAL1 --off

View file

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1050 --rotate normal --output HDMI1 --mode 1680x1050 --pos 120x0 --rotate normal --output VIRTUAL1 --off

View file

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x1080 --rotate normal --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off

View file

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --mode 1920x1080 --pos 0x0 --rotate normal --output VIRTUAL1 --off

View file

@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI1 --off --output VIRTUAL1 --off