Skip to content

Commit

Permalink
Add screenlayout options
Browse files Browse the repository at this point in the history
  • Loading branch information
leonwind committed Oct 11, 2022
1 parent ece30f3 commit 4fc69a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .screenlayout/home-docking-station.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
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
2 changes: 2 additions & 0 deletions .screenlayout/only-laptop.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
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 comments on commit 4fc69a7

Please sign in to comment.