🧱 fix: Enable multihead
This commit is contained in:
parent
b147ba4035
commit
a85e55c3c7
2 changed files with 5 additions and 0 deletions
2
.screenlayout/multihead.sh
Executable file
2
.screenlayout/multihead.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
xrandr --output DVI-I-1 --off --output DVI-D-1 --mode 1680x1050 --pos 1920x75 --rotate normal --output HDMI-1 --off --output DP-1 --mode 1920x1200 --pos 0x0 --rotate normal
|
3
.xprofile
Normal file
3
.xprofile
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
"$HOME/.screenlayout/multihead.sh"
|
Loading…
Reference in a new issue