Hide cursor when typing

This commit is contained in:
Yorick Barbanneau 2023-10-21 23:55:40 +02:00
parent da96f0a640
commit 2defed3177

View file

@ -18,6 +18,9 @@
xkb_variant = "altgr-intl";
};
};
seat = {
"*".hide_cursor = "when-typing enable";
};
keybindings = let
mod = config.wayland.windowManager.sway.config.modifier;
inherit (config.wayland.windowManager.sway.config)