I need a cli command to disable input devices (keyboard and mouse), as well as a command to enable them again.
To disable input devices on Xorg it's: xinput float <id#>
, and to enable them it's xinput reattach <id#>
, but I'm on Wayland, how to do it there?