diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-31 21:20:40 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-08-31 21:20:40 +0530 |
commit | e5f1bbba2be64cff04cc0bf7d2224c8a50a1c6dc (patch) | |
tree | 0cbcdaa78a731542776ff113711d9dc6288eedb7 /.scripts/secondmonitor.sh | |
parent | f7bce96b0b363161c0fbedc77c369ad81027a3d2 (diff) |
setting alacritty scaling to 1.5 so it looks similar on both monitors
Diffstat (limited to '.scripts/secondmonitor.sh')
-rwxr-xr-x | .scripts/secondmonitor.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.scripts/secondmonitor.sh b/.scripts/secondmonitor.sh new file mode 100755 index 0000000..ca7fac6 --- /dev/null +++ b/.scripts/secondmonitor.sh @@ -0,0 +1,2 @@ +#!/bin/sh +xrandr --output HDMI-0 --dpi 120 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --dpi 120 --primary --mode 1920x1080 --pos 1920x679 --rotate normal |