Thanh's Islet 🏝️

Going Mouseless, Or Using The Computer Without a Physical Mouse

I’ve gone mouseless, or using the computer without a physical mouse, for around 2 months. The supporting tools I used are:

To be honest, I don’t think there is a huge boost in productivity, but it helps with concentration as I don’t have to move my hands that often anymore. Going mouseless might aid in preventing common pains and injuries of software engineers (namely RSI and carpel tunnel) as well. In this post, I’ll try to get into each tool I used and my thoughts about them.

meme

Vimium

As a software engineer, I spend a lot of time in the browser to skim library/language documents. At a certain point, scrolling up and down and jumping between links using the mouse felt like a chore, so I wanted a tool to help with that. One additional point is that I’m familiar with Vim and its key binding (I’m drafting and editing this post on Neovim), so Vimium 1 comes as a natural aid.

Here is a demo of how I use Vimium to scroll up and down in my blog post list:

vimium-demo

Another useful feature of Vimium that you might use daily is to:

Here is a demo of the feature, where I slowed down a lot to make sure that it’s not too confusing:

vimium-demo-2

Vimium is a browser plugin and sometimes, you hit the limit of what it can do. One sticking example that I can think of is that:

Overall, I think Vimium fits my needs and I don’t plan to find a replacement any time soon. There are alternatives like Qutebrowser 2, and Nyxt 3 which in theory is more powerful, but I did not find the time to try them.

warpd

Vimium served 80% of my browsing scenarios. For the 20% left and when I have to leave the browser, I reached out to warpd 4, which touts itself as

a modal keyboard-driven virtual pointer

Let’s go with a demo, where I try to move my cursor (which currently is a red dot) and click on a link:

warpd-demo

(I turned screenkey 5 on to better show how I used the keyboard to control the cursor, but it didn’t work and only able to capture the first Window + Alt + c, which is the combination to start warpd; additionally, having the red dot overlap the normal cursor seems like a bug)

Despite being a reliable tool, I must admit that there are some caveats:

There is keynav 6, which works on X11 and is not that feature-ful. I’ve heard good words about hints 7, but did not try it out as… it’s not available on NixOS 8. Finally, for Wayland users, there is wl-kbptr 9.

Drawing Tablet

I have had a drawing tablet for around half a year. In the beginning, before I went mouseless, it served well as a tool for diagram sketching. After I went mouseless, it has an additional use: to serve as the ultimate fallback in case warpd cannot make it.

Here is a quick snap of the drawing tablet that I’m using:

drawing-tablet

It’s a XP-Pen Deco V2, which is quite affordable at around 50 dollars. You can “activate” the tablet pen’s main button by pressing the tip down the screen. There are two additional side buttons which are similar to the smart phone’s volume buttons. My binding for the buttons are:

In theory, the drawing tablet could work as a mouse replacement completely. However, in reality, my multiple monitors usage prevents it from being fully workable: I’m using two screens, which mean I can either let the tablet covers the two screens (doesn’t fully utilize the pad’s screen, and may affect the input’s precision as it’s covering an area that is too large), or just let it cover one screen (I have no way to access the other screen).

Here is an illustration to the problem:

drawing-tablet-problem

This is not a post about drawing tablets, so I won’t dive too deep into which one should you choose in case you are intrigued, but we generally have 3 options 10 :

I would say you should go with a small pen tablet first, as it’s cheap for your expirement (just give it away or even throw it away in case you don’t sketch as much as expected or don’t want to replace your mouse with it).

Conclusion

I hope I showed you my intriguing setup that replaced the physical mouse and allow me to just rest my hand on my keyboard all the time. Sometimes, it feels like a… red herring to a problem: the thinking involved in software development is hard work; no matter how good my setup is, the hard work is still there to be done. Then I balance myself with the thought that the “seemingly” useless effort to avoid being distracted helps me at… concentrating better, and getting into the flow better to solve harder problems, so it isn’t that useless.

#vimium #warpd #mouseless #ergonomics