diff options
author | Yigit Sever | 2020-05-12 12:26:20 +0300 |
---|---|---|
committer | Yigit Sever | 2020-05-12 12:27:31 +0300 |
commit | 8a15cd1053cb19a6dfae2a0f6ef1e5750d5d3402 (patch) | |
tree | bd8720eb13460dd25da5cb23b0bf9c2bed82595d | |
parent | 494e73fecbf8b9618085fa03059675b58bee20a9 (diff) | |
download | dotfiles-8a15cd1053cb19a6dfae2a0f6ef1e5750d5d3402.tar.gz dotfiles-8a15cd1053cb19a6dfae2a0f6ef1e5750d5d3402.tar.bz2 dotfiles-8a15cd1053cb19a6dfae2a0f6ef1e5750d5d3402.zip |
track arandr config
-rwxr-xr-x | .screenlayout/weird.sh##c.desktop,h.Maus | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.screenlayout/weird.sh##c.desktop,h.Maus b/.screenlayout/weird.sh##c.desktop,h.Maus new file mode 100755 index 0000000..e1e8041 --- /dev/null +++ b/.screenlayout/weird.sh##c.desktop,h.Maus | |||
@@ -0,0 +1,2 @@ | |||
1 | #!/bin/sh | ||
2 | xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off | ||