Skip Navigation

How mouse-less can you make Linux?

macOS is my favourite operating system. Finder in column view with arrow keys to navigate, combined with space for file preview, is incredibly fast and intuitive. Trackpad integration also results in less hand movement. I'm building a Linux (Bazzite) desktop, though, and I've set my sights on the stars.

nnn looks to be an incredible file manager, and was a great recommendation. It looks even more capable than Finder, albeit without scrolling/zooming previews, thanks to macOS having unmatched trackpad functionality. Not to mention Spotlight, which makes opening apps trivial--especially with Alfred available as well. I want to go beyond mere file management, though.

File managenent, browsing, gaming, everything. Just how much can you configure a Linux system to eliminate mouse usage? Shortcut guides welcome (I already know the major ones). I also have a keen interest in tiling window managers, but I've not delved that deep yet. I don't know how to set one up.

Guess I'm forced to learn Emacs/Vim/similar.

81 comments
  • It's really easy to go mouseless on Linux/Unix. Just use as many TUI programs as possible since none of them will be mouse-oriented.

    Also check out this list: https://github.com/erikw/vim-keybindings-everywhere-the-ultimate-list

    A lot of people (myself included) like vim keybindings and want them in other programs, and of course using vim keybindings is inherently mouseless.

    Off the top of my head, some software I use:

    • river as my wayland compositor
    • lf for a file browser
    • imv for an image viewer
    • Librewolf with Vimium-C to browse the web
    • mpd + ncmpcpp for listening to music (you can also use cmus if you don't want to use mpd)

    I don't use them, but you can also use something like Mutt, Neomutt, or Aerc for an email client, and use CLI bittorrent clients and password managers.

    • LibreWolf with Vimium-C? Could I do this with Mullvad?

      EDIT: Upon second thought, I feel like this might be very easily identifiable, and break the entire purpose of Mullvad

      • Yes, exactly, installing additional add-ons for Mullvad browser (except noscript) defeats the purpose. I also find it annoying whenever I have to use Tor Browser or Mullvad Browser because I have to use the mouse.

        I use Librewolf for my "normal"/fingerprintable/non-anonymous browsing, but I still try to reduce fingerprintability (don't have too many add-ons installed, RFP is on ofc, I have letterboxing etc).

        To be fair, if you want to reduce fingerprintability but still browse the web with just your keyboard, the TUI web browsers could work. Obviously they're pretty uncommon, but I imagine you'd look like any other user of lynx/w3m/etc. So you'd be quite unique but I'm not sure if you'd be distinguishable from other users of the same browser.

  • One of the early window managers was called Rat poison for this very reason.

    As you're doing a bazzite build, it'll come with KDE/GS connect so you can use your phone.

    We don't have a window manager in the Ublue space yet other than community images, but fedora atomic offers a sway spin, it won't be bazzite, but it'll run games just as well for the most part.

  • I have done a lot to make my environment nearly 100% mouseless. The only exception is gaming. You just need a mouse for most modern gaming.

    That said, it requires a large amount of personal customization. If you edit files/code, look into Vim/Neovim. Heck, just learn Vim Key bindings. Sorry, not sorry, it's worth it.

    Install vimium in your browser so you don't have to use a mouse nearly at all while browsing the internet. Learn how to use it.

    IMHO a tiling window manager is a must if you want to make your setup as keyboard centric as possible. i3 is a good starter. I currently use BSPWM, but there's quite a few to choose from, and they all are roughly the same once you have your keyboard shortcuts in place. Make sure to combine it with an application launcher like dmenu or rofi. If you need a status bar like i3bar, use one (I personally go without).

    Get very very familiar with the terminal. You'll know you're down the rabbit hole far enough when you can connect and troubleshoot a WiFi/Ethernet connection without using the mouse. Imho, you don't really need a file manager, though it's nice to have. I do have one on hand just in case, but just a terminal and the good ol' ls command is good enough for me.

    Also look into ortholinear keyboards (acronym is OLKB) if you truly want to fly. Pricy investment, but your hands will thank you later, and once you are comfortable with that, the combination of an OLKB with a tiling window manager WILL make you fast.

    I became obsessed with foregoing the mouse from 99% of my day to day use of my computer a couple of years ago and it is very very satisfying. Learning curve is high. But IMHO totally worth it.

    • The only exception is gaming. You just need a mouse for most modern gaming.

      See gyroaim

      • Can you provide a link? I just see what appears to be a standard game console controller with a touchpad? Maybe I'm not looking at the right device..

    • I have a confession. I was strongly considering making a Colemak or Workman keyboard. If there was ever a best way to do it, it would likely be with an ortholinear keyboard on my intended desktop. Might have to now?

      • This might be a controversial opinion, but I would stick with the QWERTY layout. There's already a lot of cognitive overhead learning things like tiling window managers and Vim key bindings that I don't think that switching up the keyboard layout is really worth it. What affects typing speed most, imho, is muscle memory, speed of thought, and lastly finger reach. Ortholinear keyboards help a lot with that last aspect, and there's differing opinions on what is best.

        I think a good place to start is learning to use the Preionic 60% or the Plank 40%. Keep the QWERTY layout, but memorize how to access symbols (and on the 40% numbers) using the additional layer keys.

        You can think of layer keys like extra shift keys near the space bar that change not just to capital letters, but also numbers and symbols, that's why you can get away with significantly less keys on the keyboard, and gain much faster reach of your fingers once you memorize these other layouts.

        The order I would go is:

        1. Learn Vim/Vimium on a regular keyboard. Learn how to use the terminal to do as many everyday tasks as you can.
        2. Customize and learn to use a tiling window manager on a regular keyboard.
        3. Buy, build, and learn to use an ortholinear keyboard with the tiling window manager.

        After you're comfortable with that, you can consider installing the different layouts like COLEMAK onto your ortho and try that out. But honestly I don't think this last step is necessary. Instead I'd start to look at other ortho keyboards you might like more than the preionic or plank.

        I now use the ZSA Voyager. My friend enjoys using a custom ortho with a curved surface for ergonomics. And there are typing devices called DataHands that basically completely upend the way one thinks about typing. Its a whole world. Good luck.

  • As others have suggested, getting more familiar with the terminal and using a tiling window manager will help a lot. And yeah it's a great idea to learn Vim or other advanced terminal editors. I use Helix+Zellij for development, Vim for system configuration, and i3 or Sway for GUI stuff. Also check out w3m for simple web searches.

    If you want to get rid of the mouse entirely, you can also try using a programmable keyboard with mouse support. I don't use a physical mouse anymore because I do most things in the terminal, and when I do need a mouse I just use my keyboard to move the cursor. For super mouse-heavy tasks like image editing it's good to keep one around or use a Wacom tablet

81 comments