dotfiles/.xinitrc
2022-08-25 17:04:46 +02:00

8 lines
139 B
Bash

#!/bin/sh
xrandr \
--output HDMI-2 --auto --primary \
--output eDP-1 --left-of HDMI-2
exec awesome