this post was submitted on 06 Dec 2024
71 points (94.9% liked)

Linux

5476 readers
77 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 2 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] mvirts 18 points 1 week ago* (last edited 1 week ago) (1 children)

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.

[–] [email protected] 3 points 1 week ago (1 children)

Not anymore if you run an immutable system

[–] mvirts 3 points 1 week ago (2 children)

Lol on nixos I've broken my gui twice so far. Keeping old configurations is nice but I learned the hard way that I should have been keeping copies of my configuration.nix

I haven't tried any ostree based distros yet.

[–] [email protected] 4 points 1 week ago (1 children)

You can always break your GUI yourself, but I was talking about updates breaking it.

[–] mvirts 1 points 1 week ago

Ah yes that makes sense. I was changing things in the name of "upgrades", not updates after all.

[–] [email protected] 2 points 1 week ago

Use git if you're not already and you can easily roll back and forward and have feature branches for experimental stuff.