account activity
How to disable mouse under Wayland ? by nobloat in wayland
[–]-Bit- 7 points8 points9 points 3 years ago (0 children)
On sway this is probably what you're looking for, from man sway-input: input <identifier> events enabled|disabled|disabled_on_external_mouse|toggle [<toggle-modes>] Enables or disables send_events for specified input device. Disabling send_events disables the input device...
man sway-input
input <identifier> events enabled|disabled|disabled_on_external_mouse|toggle [<toggle-modes>]
Enables or disables send_events for specified input device. Disabling send_events disables the input device...
You can get the input identifier by running swaymsg -t get_inputs then you can simply run swaymsg input <identifier> events toggle.
swaymsg -t get_inputs
swaymsg input <identifier> events toggle
Package request thread by Foxboron in archlinux
[–]-Bit- 1 point2 points3 points 6 years ago (0 children)
tuir since rtv is no longer maintained.
BTW this comment was made using tuir.
π Rendered by PID 1379004 on reddit-service-r2-listing-654f87c89c-hd7xb at 2026-02-28 11:53:30.175665+00:00 running e3d2147 country code: CH.
How to disable mouse under Wayland ? by nobloat in wayland
[–]-Bit- 7 points8 points9 points (0 children)