add .bin and .screenlayout
This commit is contained in:
parent
03e1d4cd1d
commit
902a9187e5
10 changed files with 106 additions and 0 deletions
5
.screenlayout/000-internal-only.sh
Executable file
5
.screenlayout/000-internal-only.sh
Executable 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
2
.screenlayout/1080p-clone.sh
Executable 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
|
2
.screenlayout/1080p-left-of-laptop.sh
Executable file
2
.screenlayout/1080p-left-of-laptop.sh
Executable 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
|
2
.screenlayout/1080p-right-of-laptop.sh
Executable file
2
.screenlayout/1080p-right-of-laptop.sh
Executable 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
9
.screenlayout/docked.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue