mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 10:39:41 +00:00
7 lines
203 B
Plaintext
7 lines
203 B
Plaintext
|
#!/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
|