Tweak sway on vm

This commit is contained in:
Nathan McCarty 2023-04-26 02:59:02 -04:00
parent 9946a49fe1
commit 9e37aa139d
No known key found for this signature in database
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,11 @@
home.packages = with pkgs; [ gammastep ]; home.packages = with pkgs; [ gammastep ];
# Sway outputs # 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 = { wayland.windowManager.sway.config = {
output = { output = {
Virtual-1 = { Virtual-1 = {