diff options
author | Aaditya Dhruv <[email protected]> | 2022-06-25 15:31:11 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-06-25 15:31:11 -0700 |
commit | 2d1d5172cff28610f7c384131260a6462ffdba1e (patch) | |
tree | 3ad4db92f51ea66ba4ce42bc58d491b660f1d6d6 /.screenlayout/work.sh | |
parent | 9d24405c776a14ca25bb242887f431da5d98a2e6 (diff) |
pretty display
Diffstat (limited to '.screenlayout/work.sh')
-rwxr-xr-x | .screenlayout/work.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.screenlayout/work.sh b/.screenlayout/work.sh new file mode 100755 index 0000000..d4c4966 --- /dev/null +++ b/.screenlayout/work.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off |