Files

6 lines
229 B
Bash
Raw Permalink Normal View History

2026-01-23 08:55:18 +01:00
#!/usr/bin/bash
xrandr --output HDMI-1 --primary --mode 1920x1080 --output eDP-1 --mode 1600x900 --right-of HDMI-1
echo "xrandr --output HDMI-1 --primary --mode 1920x1080 --output eDP-1 --mode 1600x900 --right-of HDMI-1"
exit 0