I_Am_Jacks_____

u/I_Am_Jacks_____@lemmings.world
6 posts · 116 comments

Recent posts

Recent comments

I have a wide foot and absolutely love the K-Swiss Hypercourt Express 2E shoes. Not sure what to tell you about rackets as I'm not familiar with the Hammer. I use a Pro Staff and love it. Though I am going to check out the middle-weight RF01 soon

I assume you're talking about the order in which apps appear when you first launch rofi. That's in the cache file in ~/.cache as something like rofi3.druncache or rofi-3.druncache (or both). Delete (or rename) them and see if that addresses your issue.

If you truly mean the config file, it's in ~/.config/rofi. Delete or rename to see if it fixes your issue

One thing I like about SVN that, at least in the past, was not easy with Git is checking out sub directories.

One thing I do is check out svn+ssh://svn/home/svn/configs/server/etc and copy the .svn file over to /etc so that I can check in changes from the actual directory on my servers at home. I never found a good way to do that on Git. But, admittedly, I haven't looked in a couple years.

Looks like some process in your startup scripts (fish profile, etc) have not completed. I have seen this type of thing when NFS mounts are unreachable. Try opening another terminal window... if it does the same thing, press Ctrl+C, then run ps -ef and see what processes are running as you that might be hung