about summary refs log tree commit diff
path: root/debian/.screenlayout
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-11-30 21:52:33 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-11-30 21:52:33 +0700
commitb73bf44b7518cdf6d75b3bf79c67d217aced651f (patch)
tree7cdc3480f97d46d9553a5d92a210eb5e1d34124d /debian/.screenlayout
parent7e2a016dc724dd9f6767a002f5da889740f137c6 (diff)
downloaddotfiles-b73bf44b7518cdf6d75b3bf79c67d217aced651f.tar.gz
Update 2020-11-30
Diffstat (limited to 'debian/.screenlayout')
-rwxr-xr-xdebian/.screenlayout/dual.sh2
-rwxr-xr-xdebian/.screenlayout/trio.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh
index d68349d..e773480 100755
--- a/debian/.screenlayout/dual.sh
+++ b/debian/.screenlayout/dual.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output DP-1 --off --output HDMI-2 --off
+xrandr --output eDP1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP1 --off --output HDMI1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal --output HDMI2 --off --output VIRTUAL1 --off
diff --git a/debian/.screenlayout/trio.sh b/debian/.screenlayout/trio.sh
new file mode 100755
index 0000000..4cb37e1
--- /dev/null
+++ b/debian/.screenlayout/trio.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+xrandr --output eDP1 --mode 1920x1080 --pos 1600x0 --rotate normal --output DP1 --mode 1600x900 --pos 0x0 --rotate normal --output HDMI1 --primary --mode 1920x1080 --pos 3520x0 --rotate normal --output HDMI2 --off --output VIRTUAL1 --off