Skip to content

Commit

Permalink
Adds more display modes
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Apr 9, 2019
1 parent dc42f42 commit 5709348
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/display/.screenlayout/duplicate_mac.sh
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1280x800 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1280x800 --pos 0x0 --rotate normal --output DP2 --off
2 changes: 2 additions & 0 deletions files/display/.screenlayout/projector_office.sh
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1368x768 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1366x768 --pos 0x0 --rotate normal --output DP2 --off
2 changes: 2 additions & 0 deletions files/display/.screenlayout/recroom.sh
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output VIRTUAL1 --off --output eDP1 --primary --mode 1368x768 --pos 0x0 --rotate normal --output DP1 --off --output HDMI2 --off --output HDMI1 --mode 1360x768 --pos 0x0 --rotate normal --output DP2 --off

0 comments on commit 5709348

Please sign in to comment.