feat: add env to fix in game resolution problems
This commit is contained in:
parent
cf0b119546
commit
da0daa174e
@ -75,13 +75,14 @@ in
|
|||||||
ataraxia.theme.catppuccin.enable = true;
|
ataraxia.theme.catppuccin.enable = true;
|
||||||
|
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
# TODO: Remove after flickering is fixed
|
|
||||||
# misc.vrr = lib.mkForce 0;
|
|
||||||
monitor = mkForce [
|
monitor = mkForce [
|
||||||
"DP-3,2560x1440@164.998993,0x0,1"
|
"DP-3,2560x1440@164.998993,0x0,1"
|
||||||
"HDMI-A-1,1920x1080@60,-1920x360,1"
|
"HDMI-A-1,1920x1080@60,-1920x360,1"
|
||||||
",highres,auto,1"
|
",highres,auto,1"
|
||||||
];
|
];
|
||||||
|
env = {
|
||||||
|
WAYLANDDRV_PRIMARY_MONITOR = "DP-3";
|
||||||
|
};
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"${pkgs.xorg.xrandr}/bin/xrandr --output DP-3 --primary"
|
"${pkgs.xorg.xrandr}/bin/xrandr --output DP-3 --primary"
|
||||||
];
|
];
|
||||||
@ -122,6 +123,10 @@ in
|
|||||||
# yt-archivist
|
# yt-archivist
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.sessionVariables = {
|
||||||
|
WAYLANDDRV_PRIMARY_MONITOR = "DP-3";
|
||||||
|
};
|
||||||
|
|
||||||
persist.state.directories = [
|
persist.state.directories = [
|
||||||
".config/image-updater"
|
".config/image-updater"
|
||||||
".config/lsfg-vk"
|
".config/lsfg-vk"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user