-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to disable inputs #871
Comments
You can do that from a plugin, do you want this as an IPC command? |
Not necessarily, it is fine from the config file as it hot reloads. I just hope it is not an extra plugin, as I haven’t figured out yet how to install plugins on NixOS. How can I do it? |
From the config reload, we'd need a new option. Right now there is only API for plugins -l mk if you're willing to write a plugin, otherwise, please wait, this will eventually be implemented ;) |
Exactly my question! |
Wayfire's IPC can support this (the necessary functions were present even in the 0.8.1 release). I added an example script in #2216 where you can see how to list and enable/disable inputs. |
I’d like an equivalent to
swaymsg -t get_inputs
andswaymsg input 1:1:AT_Translated_Set_2_keyboard events toggle
to disable the native keyboard.The text was updated successfully, but these errors were encountered: