add .bin and .screenlayout

This commit is contained in:
Franzi 2018-12-21 17:38:50 +01:00
parent 03e1d4cd1d
commit 902a9187e5
10 changed files with 106 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --off --output DP2-1 --off --output DP2-2 --off
sudo rfkill unblock wifi

2
.screenlayout/1080p-clone.sh Executable file
View file

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

View file

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

View file

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

9
.screenlayout/docked.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
xrandr --output DP2-1 --mode 1920x1080 --pos 1920x0 --rotate normal
xrandr --output DP2-2 --primary --mode 1920x1080 --pos 0x0 --rotate normal
xrandr --output eDP1 --off
xset s off
sudo rfkill block wifi