mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[i3] remove old config files
This commit is contained in:
parent
9b00389e38
commit
3dd0d5ca25
4 changed files with 0 additions and 429 deletions
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
intern=LVDS1
|
||||
extern=HDMI3
|
||||
|
||||
if xrandr | grep "$extern disconnected"; then
|
||||
xrandr --output "$extern" --off --output "$intern" --auto --primary
|
||||
else
|
||||
xrandr --output "$intern" --auto --pos 0x180 --output "$extern" --primary --auto --pos 1600x0 --output VGA1 --auto --output HDMI1 --auto --output DP1 --auto
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue