-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cursor gets hidden even it is currently being used with a drawing tablet (wacom) #5169
Comments
I'm facing the exact same problem here on sway 1.4. Relevant config lines are:
|
Xyene
added a commit
to Xyene/sway
that referenced
this issue
Apr 20, 2020
This commit refactors `cursor_handle_activity` to also take the idle source, so that it can be reused for tablet and touch activity. Previously, the timeouts would be tracked, but the cursor would never be un-hidden for anything but pointers. Fixes swaywm#5169.
Xyene
added a commit
to Xyene/sway
that referenced
this issue
Apr 20, 2020
This commit refactors `cursor_handle_activity` to also take the idle source, so that it can be reused for tablet and touch activity. Previously, the timeouts would be tracked, but the cursor would never be un-hidden for anything but pointers. Fixes swaywm#5169.
Xyene
added a commit
to Xyene/sway
that referenced
this issue
Apr 20, 2020
This commit refactors `cursor_handle_activity` to also take the idle source, so that it can be reused for tablet and touch activity. Previously, the timeouts would be tracked, but the cursor would never be un-hidden for anything but pointers. Fixes swaywm#5169.
emersion
pushed a commit
that referenced
this issue
Apr 22, 2020
This commit refactors `cursor_handle_activity` to also take the idle source, so that it can be reused for tablet and touch activity. Previously, the timeouts would be tracked, but the cursor would never be un-hidden for anything but pointers. Fixes #5169.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sway Version: 1.4
Configuration File:
I have a "Wacom Intuos Pro S" which I want to use with its own seat. I also want the cursor corresponding to this input device to hide after 10 sec if it has not been used. This seems to work... but not quite. If I use the pen of the tablet on an empty monitor (no program opened) then the cursor does not get hidden. However, if I use a program (e.g. MyPaint or Xournal++) and draw something, then the cursor gets hidden after 10 sec, even if I am constantly moving the pen.
There are other problems I have been experiencing with this configuration, like swaylock getting started even if am using the keyboard (it happened also while I was writing this).
This is also the first time that I am trying to configure different seats, so it might well be something that I am missing.
The text was updated successfully, but these errors were encountered: