fix output definition

This commit is contained in:
Kabbone 2022-11-02 10:56:48 +01:00
parent b777aeec1e
commit 7ac710eba5
2 changed files with 8 additions and 7 deletions

View File

@ -48,7 +48,7 @@
export LIBVA_DRIVER_NAME="iHD"; export LIBVA_DRIVER_NAME="iHD";
export VDPAU_DRIVER="iHD"; export VDPAU_DRIVER="iHD";
export XDG_SESSION_TYPE="wayland"; export XDG_SESSION_TYPE="wayland";
export XDG_CURRENT_DESKTOP="Unity"; #export XDG_CURRENT_DESKTOP="Unity";
#export QT_QPA_PLATFORMTHEME="wayland-egl"; #export QT_QPA_PLATFORMTHEME="wayland-egl";
export GST_VAAPI_ALL_DRIVERS="1"; export GST_VAAPI_ALL_DRIVERS="1";
export GTK_THEME="Arc"; export GTK_THEME="Arc";

View File

@ -48,16 +48,17 @@
bg = "$HOME/.config/wall fill"; bg = "$HOME/.config/wall fill";
}; };
"DP-1" = { "DP-1" = {
mode = "1920x1080"; mode = "2560x1080";
pos = "0,0"; pos = "0,0";
}; };
"HDMI-A-1" = { #"HDMI-A-1" = {
mode = "2560x1080"; # mode = "2560x1080";
pos = "1920,0"; # pos = "1920,0";
}; #};
"eDP-1" = { "eDP-1" = {
mode = "1920x1080"; mode = "1920x1080";
pos = "4480,0"; #pos = "4480,0";
pos = "2560,0";
subpixel = "none"; subpixel = "none";
scale = "1.3"; scale = "1.3";
}; };