From 2107611464209c80b6fab68a16c16d1c2743d52c Mon Sep 17 00:00:00 2001 From: vaxerski Date: Sun, 11 Jun 2023 21:35:12 +0200 Subject: [PATCH] xwayland: add nearest neighbor filtering as an opt --- pages/Configuring/Variables.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index 8cf758b..4325480 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -280,6 +280,12 @@ Described [here](../Keywords#per-device-input-configs). | allow_workspace_cycles | If enabled, workspaces don't forget their previous workspace, so cycles can be created by switching to the first workspace in a sequence, then endlessly going to the previous workspace. | bool | false | | focus_preferred_method | sets the preferred focus finding method when using `focuswindow`/`movewindow`/etc with a direction. 0 - history (recent have priority), 1 - length (longer shared edges have priority) | int | 0 | +# XWayland + +| name | description | type | default | +|---|---|---|---| +| use_nearest_neighbor | uses the nearest neigbor filtering for xwayland apps, making them pixelated rather than blurry | bool | true | + # Debug {{< hint type=warning >}}