Add tearing to only Firefly since thats the one that has sway git

This commit is contained in:
Jimbo 2024-10-22 08:53:55 -04:00
parent 7bdf2029bc
commit 734e76940d
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ nur, ... }: { nur, config, ... }:
{ {
imports = [ imports = [
# Apps and programs # Apps and programs
@ -22,4 +22,6 @@
# Imports # Imports
nur.nixosModules.nur nur.nixosModules.nur
]; ];
wayland.windowManager.sway.config.output.${config.displays.d1}.allow_tearing = "yes";
} }

View file

@ -10,7 +10,6 @@
max_render_time = "3"; max_render_time = "3";
bg = "~/.assets/wallpapers/1.png fill"; bg = "~/.assets/wallpapers/1.png fill";
adaptive_sync = "on"; adaptive_sync = "on";
#tearing_allowed = "1";
}; };
${config.displays.d2} = { ${config.displays.d2} = {
pos = "0 405"; pos = "0 405";