mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-04 18:24:38 +02:00
xrandr: new xrandr setup for neo
This commit is contained in:
parent
b649c57c91
commit
7bfc96140d
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
-- Setup display
|
||||
local xrandr = {
|
||||
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 HDMI1 --auto --output HDMI2 --auto --left-of HDMI1",
|
||||
alucard = "--output DVI-0 --auto --primary --output DisplayPort-0 --auto --right-of DVI-0"
|
||||
}
|
||||
if xrandr[config.hostname] then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue