mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-16 21:24:21 +02:00
xrandr: fix xrandr setup for neo
This commit is contained in:
parent
7bfc96140d
commit
6dbb49b162
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
-- Setup display
|
-- Setup display
|
||||||
local xrandr = {
|
local xrandr = {
|
||||||
naruto = "--output VGA1 --auto --output DVI1 --auto --left-of VGA1",
|
neo = "--output HDMI1 --auto --output HDMI2 --auto --right-of HDMI1",
|
||||||
neo = "--output HDMI1 --auto --output HDMI2 --auto --left-of HDMI1",
|
|
||||||
alucard = "--output DVI-0 --auto --primary --output DisplayPort-0 --auto --right-of DVI-0"
|
alucard = "--output DVI-0 --auto --primary --output DisplayPort-0 --auto --right-of DVI-0"
|
||||||
}
|
}
|
||||||
if xrandr[config.hostname] then
|
if xrandr[config.hostname] then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue