Tweak sway on vm
This commit is contained in:
parent
9946a49fe1
commit
9e37aa139d
|
@ -21,7 +21,11 @@
|
|||
home.packages = with pkgs; [ gammastep ];
|
||||
|
||||
# Sway outputs
|
||||
home.sessionVariables = { "WLR_NO_HARDWARE_CURSORS" = "1"; };
|
||||
home.sessionVariables = {
|
||||
"WLR_NO_HARDWARE_CURSORS" = "1";
|
||||
"WLR_RENDERER" = "gles2";
|
||||
"WLR_RENDER_DRM_DEVICE" = "/dev/dri/renderD128";
|
||||
};
|
||||
wayland.windowManager.sway.config = {
|
||||
output = {
|
||||
Virtual-1 = {
|
||||
|
|
Loading…
Reference in New Issue