mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
7 lines
203 B
Bash
7 lines
203 B
Bash
#!/bin/bash
|
|
|
|
# This file runs when a DM logs you into a graphical session
|
|
# if you use startx/xinit this file should also be soruced.
|
|
|
|
xrandr --output eDP-1 --auto --output HDMI-1 --auto --left-of eDP-1
|