Yes, many people like TWMs, because they allow you to have a mostly keyboard-centric workflow, minimising the need to switch to a mouse. This is especially nice on a laptop, where you don’t have a mouse and the trackpad or that nipple-thingy is just too cumbersome.
That said, KDE Plasma can be configured to be almost as keyboard-centric as any TWM, without any downsides to using TWMs (which tend to be feature-poor). It’s really a matter of preference.
Well, that in itself is not a valid argument not to use file indexing. It’s basically just “peer pressure”. If file indexing works for you, and you’re happy with it, that’s fine, you should use it.
As far as I can tell, there are two valid reasons to change your current workflow:
- you’re unhappy with the current way things are and think you’re missing out on something better
- you’re curious about doing things differently, exploring all possible ways of improving things for yourself
Peer pressure is not on that list, and it’s especially stupid since one’s workflow is something very individualistic. What works for you might be awful for me, and vice versa.
However, if there are so many people who “frown upon” file indexing, that might be a hint to explore why that it. However, I don’t think that “frowning upon” is a valid way to describe this, I think that most people are expressing their preferences as the superior way to do things (because, for them, that is the case, and they have good intentions), but they ultimately don’t care what you yourself use (and if someone is really passionate about your workflow, that person ought to get a life
).
Personally, I hate file indexing, because I think it is a waste of resources at moments when I might need them, and I can find files just as quickly without it. Also, I don’t like the idea of my files being indexed in some database, that just makes my tinfoil hat itch.
Again, that doesn’t necessarily mean that you would be just as happy doing things my way. I am a big proponent of using the terminal. For me, that is the ideal workflow, I’m a fast typist and it speeds things up tremendously when I don’t have to click on things. I like Dolphin solely because it has Konsole embedded in it, without it, I would find it useless.
For quickly finding PDF files I use two utilities: fd
and pdfgrep
fd
is a fast filename search utility, a superior alternative to the POSIX utility find
pdfgrep
is like the POSIX utility grep
, but it searches for text (including regular expressions) inside PDF files.
Arrr, matey! 