Skip to content

Commit d0e9f73

Browse files
committed
fix: reenable warp ignoring
LTO is now disabled upstream in hyprland, so warp ignoring should work again on -git builds ref #98
1 parent 4c702ce commit d0e9f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ APICALL EXPORT PLUGIN_DESCRIPTION_INFO PLUGIN_INIT(HANDLE handle) {
146146
addShapeConfig(CONFIG_ROTATE_OFFSET, 0.0f);
147147

148148
addConfig(CONFIG_HW_DEBUG, false);
149-
addConfig(CONFIG_IGNORE_WARPS, false);
149+
addConfig(CONFIG_IGNORE_WARPS, true);
150150

151151
addRulesConfig();
152152
finishConfig();

0 commit comments

Comments
 (0)