Xresources confilct

This commit is contained in:
2024-04-23 21:18:39 +02:00
parent c9a478fc2e
commit d3059cff1f

View File

@@ -83,11 +83,11 @@
".config/picom/black_to_transparent.frag" = { ".config/picom/black_to_transparent.frag" = {
source = ./black_to_transparent.frag; source = ./black_to_transparent.frag;
}; };
".Xresources" = { # ".Xresources" = {
text = '' # text = ''
Xcursor.theme: "Bibata-Modern-Classic" # Xcursor.theme: "Bibata-Modern-Classic"
Xcursor.size: 18 # Xcursor.size: 18
''; # '';
}; # };
}; };
} }