Sway : Hide cursor after 5s of inactivity.
This commit is contained in:
parent
ca25101652
commit
58c7896eda
|
@ -34,3 +34,6 @@ input type:keyboard {
|
||||||
xkb_layout us,ru
|
xkb_layout us,ru
|
||||||
xkb_options grp:caps_toggle,lv3:ralt_switch
|
xkb_options grp:caps_toggle,lv3:ralt_switch
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Hide mouse cursor after a period of inactivity.
|
||||||
|
seat seat0 hide_cursor 5000
|
||||||
|
|
Loading…
Reference in a new issue