this post was submitted on 06 Dec 2024
74 points (95.1% liked)

Linux

5479 readers
402 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu 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
[–] demesisx@infosec.pub 14 points 1 week ago* (last edited 1 week ago) (9 children)

XMonad would make that exceptionally easy. If you want to try it, I’d recommend doing it on NixOS and just forking a working config that uses a tiling window manager. This is a great config that I used as the foundation for my own: https://github.com/gvolpe/nix-config

[–] Neptr@lemmy.blahaj.zone 2 points 1 week ago (1 children)

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 1 points 1 week ago (1 children)

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 11 points 1 week ago* (last edited 1 week ago) (1 children)

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.

[–] trevor@lemmy.blahaj.zone 2 points 1 week ago

That's great! Last I checked, Waymonad was stalled indefinitely, so this is reassuring.

load more comments (7 replies)