7 lines
115 B
Bash
7 lines
115 B
Bash
#!/bin/sh
|
|
|
|
xrandr \
|
|
--output HDMI-2 --auto --primary
|
|
--output eDP-1 --left-of HDMI-2
|
|
exec x-window-manager
|