dotfiles/.xinitrc
2022-09-21 15:50:19 +02:00

8 lines
140 B
Bash

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