From 3b65a61998d38886ccc7d9a7ce96b3f26ecf185d Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 24 Aug 2025 23:15:59 +0200 Subject: [PATCH] sway: fix cursor on hidpi screens --- sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sway/config b/sway/config index f5b6f77..b58c83f 100644 --- a/sway/config +++ b/sway/config @@ -16,6 +16,8 @@ input * { xkb_options "caps:escape,grp:win_space_toggle" xkb_numlock enabled } +# fix cursor on hidpi screens +seat * xcursor_theme Adwaita # hide cursor after 10 sec seat * hide_cursor 10000