Hide cursor when typing
This commit is contained in:
parent
da96f0a640
commit
2defed3177
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
||||||
xkb_variant = "altgr-intl";
|
xkb_variant = "altgr-intl";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
seat = {
|
||||||
|
"*".hide_cursor = "when-typing enable";
|
||||||
|
};
|
||||||
keybindings = let
|
keybindings = let
|
||||||
mod = config.wayland.windowManager.sway.config.modifier;
|
mod = config.wayland.windowManager.sway.config.modifier;
|
||||||
inherit (config.wayland.windowManager.sway.config)
|
inherit (config.wayland.windowManager.sway.config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue