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.

  • mvirts@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 days ago

    In the Linux world we have this great training routine called broken updates that forces users to regularly rediscover the magic of text mode. If you’re lucky enough to run a specialized graphics card you get to experience this almost every update.

    We have a similar program for training users how to cope without WiFi.

  • communism@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    7 days ago

    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.

  • AnUnusualRelic@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 days ago

    Don’t run a window manager and you don’t need a mouse at all. No problem.

    Just don’t start X and your problem is solved.

    • N.E.P.T.R@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 days ago

      Until a port to Wayland is made, I would avoid using this DE. X.Org is unmaintained legacy software. Maybe Sway would work as a replacement?

      • trevor@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        7 days ago

        You’re right, and it’s such a bummer that Waymonad isn’t a thing. No other window manager or DE comes close to XMonad for me. i3/Sway are way off, IMO.

        • demesisx@infosec.pub
          link
          fedilink
          English
          arrow-up
          4
          ·
          edit-2
          7 days ago

          They’re working on Waymonad as we speak.

          If OP didn’t notice, the config I linked also has a Hyprland option. Personally, I’m sticking to Xmonad until Waymonad is ready. Nothing comes close.

          ps. I decided to start a sister community to my XMonad one for Waymonad. I will try to post updates there whenever possible.

    • HEXN3T@lemmy.blahaj.zoneOP
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      Should I just forego Bazzite entirely? NixOS seems fun. Might require more setup on the gaming end, but I’d like more UX freedom.

      • demesisx@infosec.pub
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        7 days ago

        I’d go Hyprland if you’re looking for something similar to Xmonad for Wayland. It isn’t formally verified like Xmonad is, though.

  • moreeni@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    7 days ago

    Step 1: open a terminal emulator of your choice. There’s no step 2 because you are already done. All features, 0 dependency on your mouse.

    You’re welcome :)

    • astrsk@fedia.io
      link
      fedilink
      arrow-up
      3
      ·
      7 days ago

      Even better, after your machine boots up, press ctrl+alt+F(3-6) to access TTY sessions and then there is no mouse at all. Plenty of TUI apps work just fine here too.

    • cRazi_man@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      7 days ago

      “If you wish to make an apple pie from scratch, you must first invent the universe.”

      You could use terminal for everything, but first you must learn to use terminal.