Not OP (OC? Not the person you were helping, you get what I mean), are you sure you meant df -h? fd -H seems more useful for to me when trying to find a specific file in a dotfolder, though even that didn’t work on my system. fd ignores ~/.config by default, so you need to use fd -u (which is an alias for fd -I -H) to find the correct files.
Anyways, from your description it seems like the correct file would be ~/.config/kwinrc, which exists on my system.
It’s probable there are better ways at finding things, but sometimes these commands are sort of muscle memory and I don’t even think to explore what else is out there once I have something that works for me ;)
It’s hard to teach an old dog like myself new tricks. I still think git was a mistake and long for centralized revision control systems… Because that’s what I grew up with ;)
Not OP (OC? Not the person you were helping, you get what I mean), are you sure you meant
df -h
?fd -H
seems more useful for to me when trying to find a specific file in a dotfolder, though even that didn’t work on my system.fd
ignores~/.config
by default, so you need to usefd -u
(which is an alias forfd -I -H
) to find the correct files.Anyways, from your description it seems like the correct file would be
~/.config/kwinrc
, which exists on my system.It’s probable there are better ways at finding things, but sometimes these commands are sort of muscle memory and I don’t even think to explore what else is out there once I have something that works for me ;)
It’s hard to teach an old dog like myself new tricks. I still think git was a mistake and long for centralized revision control systems… Because that’s what I grew up with ;)