[hyprland] Fix wpaperd

rendering of textures on vertical monitors
This commit is contained in:
2025-03-31 18:24:45 -07:00
parent a17e8c0ec6
commit 8711bd8968

View File

@@ -134,6 +134,12 @@
no_hardware_cursors = true; no_hardware_cursors = true;
}; };
render = {
# This is a temporary fix for issues with wpaperd.
# See https://github.com/danyspin97/wpaperd/issues/117
expand_undersized_textures = false;
};
############### ###############
### PLUGINS ### ### PLUGINS ###
############### ###############