fix output definition
This commit is contained in:
parent
b777aeec1e
commit
7ac710eba5
@ -48,7 +48,7 @@
|
||||
export LIBVA_DRIVER_NAME="iHD";
|
||||
export VDPAU_DRIVER="iHD";
|
||||
export XDG_SESSION_TYPE="wayland";
|
||||
export XDG_CURRENT_DESKTOP="Unity";
|
||||
#export XDG_CURRENT_DESKTOP="Unity";
|
||||
#export QT_QPA_PLATFORMTHEME="wayland-egl";
|
||||
export GST_VAAPI_ALL_DRIVERS="1";
|
||||
export GTK_THEME="Arc";
|
||||
|
@ -48,16 +48,17 @@
|
||||
bg = "$HOME/.config/wall fill";
|
||||
};
|
||||
"DP-1" = {
|
||||
mode = "1920x1080";
|
||||
mode = "2560x1080";
|
||||
pos = "0,0";
|
||||
};
|
||||
"HDMI-A-1" = {
|
||||
mode = "2560x1080";
|
||||
pos = "1920,0";
|
||||
};
|
||||
#"HDMI-A-1" = {
|
||||
# mode = "2560x1080";
|
||||
# pos = "1920,0";
|
||||
#};
|
||||
"eDP-1" = {
|
||||
mode = "1920x1080";
|
||||
pos = "4480,0";
|
||||
#pos = "4480,0";
|
||||
pos = "2560,0";
|
||||
subpixel = "none";
|
||||
scale = "1.3";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user