mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-04 23:34:21 +02:00
xrandr: update setup of Alucard
This commit is contained in:
parent
df7a27a071
commit
4de2e72063
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
local xrandr = {
|
local xrandr = {
|
||||||
naruto = "--output VGA1 --auto --output DVI1 --auto --left-of VGA1",
|
naruto = "--output VGA1 --auto --output DVI1 --auto --left-of VGA1",
|
||||||
neo = "--output HDMI-0 --auto --output DVI-0 --auto --right-of HDMI-0",
|
neo = "--output HDMI-0 --auto --output DVI-0 --auto --right-of HDMI-0",
|
||||||
alucard = "--output DVI-0 --auto --output DVI-1 --auto --right-of DVI-0"
|
alucard = "--output DVI-0 --auto --output DisplayPort-0 --auto --right-of DVI-0"
|
||||||
}
|
}
|
||||||
if xrandr[config.hostname] then
|
if xrandr[config.hostname] then
|
||||||
os.execute("xrandr " .. xrandr[config.hostname])
|
os.execute("xrandr " .. xrandr[config.hostname])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue