This commit is contained in:
beanigen 2025-06-24 19:23:31 +08:00
parent b005035661
commit 91321fb3f6
No known key found for this signature in database
5 changed files with 300 additions and 30 deletions

View file

@ -3,6 +3,7 @@
package = pkgs.swayfx;
enable = true;
checkConfig = false; #gles2 renderer error
extraSessionCommands = "export WLR_DRM_DEVICES=/dev/dri/card1";
extraConfig = if (vars.class != "lowspec") then import ./swayfx else "";
config = {
modifier = "Mod4";