Skip to content

Commit 4fc69a7

Browse files
committed
Add screenlayout options
1 parent ece30f3 commit 4fc69a7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
xrandr --output eDP-1 --off --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off --output DP-2-5 --mode 1920x1080 --pos 0x0 --rotate right --output DP-2-6 --primary --mode 1920x1080 --pos 1080x494 --rotate normal

.screenlayout/only-laptop.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
xrandr --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output HDMI-1 --off --output DP-2 --off --output HDMI-2 --off --output DP-2-5 --off --output DP-2-6 --off

0 commit comments

Comments
 (0)