This commit is contained in:
Miguel Palhas
2025-10-30 10:09:05 +00:00
parent d1a39f7d19
commit 5070f11eed
4 changed files with 13 additions and 17 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
BOTTOM='HDMI-0'
TOP='DP-0'
RIGHT='DP-2'
touch /home/naps62/foo
${pkgs.xorg.xrandr}/bin/xrandr --output $BOTTOM --primary --mode 3840x2160 --pos 0x0 --rotate normal --output $TOP --mode 3840x2160 --above $BOTTOM --rotate normal --output $RIGHT --mode 3840x2160 --pos 3840x-1680 --rotate left
${pkgs.xorg.xrandr}/bin/xrandr --dpi 160
'';