8 lines
139 B
Bash
8 lines
139 B
Bash
#!/bin/sh
|
|
|
|
xrandr \
|
|
--output HDMI-2 --auto --primary \
|
|
--output eDP-1 --left-of HDMI-2
|
|
|
|
exec awesome
|