diff options
author | clarkzjw <[email protected]> | 2022-11-17 10:56:25 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2022-11-17 10:56:25 -0800 |
commit | d2d735742ca61b211c9b48a2209d36395daebcf4 (patch) | |
tree | bda27729a1bbac3ab354a1f10d4885899cdbf967 /dot_screenlayout | |
parent | a6d2e5e6fb9adc84c32e86630b4846b1765c7d77 (diff) | |
download | dotfiles-d2d735742ca61b211c9b48a2209d36395daebcf4.tar.gz |
+ add existing config
Diffstat (limited to 'dot_screenlayout')
-rw-r--r-- | dot_screenlayout/private_executable_monitor.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_screenlayout/private_executable_monitor.sh b/dot_screenlayout/private_executable_monitor.sh new file mode 100644 index 0000000..c7940ce --- /dev/null +++ b/dot_screenlayout/private_executable_monitor.sh | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | xrandr --output eDP-1 --primary --mode 2256x1504 --pos 0x0 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off --output DP-4 --off | ||