Hyprland in vmware take 1
This commit is contained in:
parent
6dd05347dc
commit
b04079a0b7
|
@ -60,4 +60,10 @@
|
||||||
max-jobs = 4;
|
max-jobs = 4;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Make hyprland work
|
||||||
|
environment.sessionVariables = {
|
||||||
|
# "WLR_NO_HARDWARE_CURSORS" = "1";
|
||||||
|
# "WLR_RENDERER" = "pixman";
|
||||||
|
"WLR_RENDERER_ALLOW_SOFTWARE" = "1";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,12 +18,6 @@
|
||||||
home.packages = with pkgs; [ gammastep ];
|
home.packages = with pkgs; [ gammastep ];
|
||||||
|
|
||||||
# Hyprland outputs + tweaks
|
# Hyprland outputs + tweaks
|
||||||
home.sessionVariables = {
|
|
||||||
"WLR_NO_HARDWARE_CURSORS" = "1";
|
|
||||||
"WLR_RENDERER" = "pixman";
|
|
||||||
"WLR_RENDER_DRM_DEVICE" = "/dev/dri/renderD128";
|
|
||||||
"WLR_RENDERER_ALLOW_SOFTWARE" = "1";
|
|
||||||
};
|
|
||||||
|
|
||||||
wayland.windowManager.hyprland.extraConfig = ''
|
wayland.windowManager.hyprland.extraConfig = ''
|
||||||
monitor=Virtual-1,preferred,auto,1.5
|
monitor=Virtual-1,preferred,auto,1.5
|
||||||
|
|
Loading…
Reference in New Issue