Automatically hide cursor and fullscreen app on startup in Labwc 0.8.4 (Raspberry Pi 5 OS Trixie) #3190
-
|
Hi everyone, I'm running Labwc 0.8.4 on Raspberry Pi OS Trixie Lite (Wayland) and I’m trying to achieve two things on startup:
I’d prefer not to recompile Labwc just to get labwc-msg.
Or is this something that can only be done through external tools like unclutter or wtype? System details:
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Another possibility would be to define the page creation point at the top left (0,0) for all executable openings. That solution would be great too! |
Beta Was this translation helpful? Give feedback.
-
|
For the cursor hiding, I suggest this methodology: Add this to <keybind key ="A-W-h">
<action name="HideCursor"/>
</keybind>Add this to A similar approach would work for the fullscreen case with: |
Beta Was this translation helpful? Give feedback.
That's what the example above does.
swayidle -w timeout 10 'wtype -M alt -M logo -P h'Also, see: #3052
Yes, with window rules and the
MoveToactionSee: