Switch to vulkan renderer for sway.
This commit is contained in:
parent
e26118af4f
commit
54c8459fa1
@ -220,7 +220,8 @@ in
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
WLR_RENDERER_ALLOW_SOFTWARE = "1";
|
||||
# WLR_RENDERER_ALLOW_SOFTWARE = "1";
|
||||
WLR_RENDERER = "vulkan";
|
||||
};
|
||||
|
||||
programs.sway = {
|
||||
@ -230,7 +231,7 @@ in
|
||||
"--debug"
|
||||
"--config"
|
||||
"${sway-config}"
|
||||
"--unsupported-gpu"
|
||||
# "--unsupported-gpu"
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user