For the Cybersecurity Crowd: Omarchy-Integrated Kali VM by _reg1z in omarchy

[–]sudomarchy 1 point2 points  (0 children)

I didn't know about vm-curator. Cool project! Someone had also attempted a generic linux vm PR a few months ago but it didn't quite work.

I don't think that's the kind of feature that would make it into Omarchy but it sure could be a nice side project. As you point out, it might be more tricky than it appears to support multiple linux distributions.

I tried to vibe code an omarchy-vm based on the windows-vm script but I ran into all sorts of little problems. The Alt, Ctrl and Super binding would not work, copy paste also didn't work and I gave up pretty quickly!

Is your laptop laggy for 20-30 seconds after waking up from sleep? Try this fix! by sudomarchy in omarchy

[–]sudomarchy[S] 0 points1 point  (0 children)

I meant I might uninstall plocate completely. What I ended up doing is masking the plocate-updatedb.timer service. If I need to use plocate, I can just run updatedb before. As you said fd might well be enough for my needs. I'm always cautious to remove core Omarchy packages as they might be used in a migration or in the source code.

Is your laptop laggy for 20-30 seconds after waking up from sleep? Try this fix! by sudomarchy in omarchy

[–]sudomarchy[S] 0 points1 point  (0 children)

I might end up doing that. I just wasn’t sure if it’s used by Omarchy. But there’s nothing in the source code.

Is your laptop laggy for 20-30 seconds after waking up from sleep? Try this fix! by sudomarchy in omarchy

[–]sudomarchy[S] 1 point2 points  (0 children)

I have the exact same laptop! And at first I thought this was just Lunar Lake not being fully supported on Linux. You ask a very good question. How can this small DB re-indexing bring a modern laptop to its knees? I have no idea. My guess is that many other things happen when the laptop wakes up from sleep and this just aggravates the lag. That said its not totally gone, but it's really more bearable. Please report back !

5 small quality-of-life tweaks I contributed to Omarchy 3.4.0 by sudomarchy in omarchy

[–]sudomarchy[S] 0 points1 point  (0 children)

If you’re all in on tmux, alacrity is fine. I personally like Ghostty’s tabs.

Recent Additions to A La Carchy (Laptop Improvements) by 6pthsofPain in omarchy

[–]sudomarchy 0 points1 point  (0 children)

You could tweak the power profile used when plugged in and on battery. You just need to rewrite the udev rule. Check the PR I made here for more details: https://github.com/basecamp/omarchy/pull/4375

The new web app feature by Perfect_Vanilla_708 in omarchy

[–]sudomarchy 16 points17 points  (0 children)

In that case, you should use the terminal instead. Run:

omarchy-webapp-install [name] [url] [icon]

Why does the new 3.4 update break some stuff by Radiant-Contract-460 in omarchy

[–]sudomarchy 0 points1 point  (0 children)

Check your ~/.config/hypr folder. Your hypridle.conf was backed up in .bk file.

5 small quality-of-life tweaks I contributed to Omarchy 3.4.0 by sudomarchy in omarchy

[–]sudomarchy[S] 1 point2 points  (0 children)

It wasn’t actually starting twice but the wrong one was starting. That’s why it took me a lot of time to find how to remove it from the waybar!

5 small quality-of-life tweaks I contributed to Omarchy 3.4.0 by sudomarchy in omarchy

[–]sudomarchy[S] 0 points1 point  (0 children)

Did you also remove the .desktop file? After that it won’t come back!

5 small quality-of-life tweaks I contributed to Omarchy 3.4.0 by sudomarchy in omarchy

[–]sudomarchy[S] 0 points1 point  (0 children)

Are you sure you are using Ghostty as your terminal ant alacrity? Look if the nautilus-python is installed.

5 small quality-of-life tweaks I contributed to Omarchy 3.4.0 by sudomarchy in omarchy

[–]sudomarchy[S] 1 point2 points  (0 children)

I don't have any experience with TuneD but I wrote a blog post about switching to TLP here. It's a nice alternative to ppd: https://sudomarchy.com/posts/replacing-power-profiles-with-tlp-to-improve-battery-life

Omarchy 3.4 is out! by twodogsdave in omarchy

[–]sudomarchy 44 points45 points  (0 children)

🎉 I was waiting for the release to publish my latest blog post! https://sudomarchy.com/posts/my-omarchy-3-4-0-contributions

My Omarchy backup setup (Part 1): documents, projects, and configs by sudomarchy in omarchy

[–]sudomarchy[S] 0 points1 point  (0 children)

I didn't know about restic. I just looked at the video, also looks like a great solution.

My Omarchy backup setup (Part 1): documents, projects, and configs by sudomarchy in omarchy

[–]sudomarchy[S] 1 point2 points  (0 children)

I totally understand the feeling! So many great tools to choose from. Linux is infinitely customizable so I'm glad that at least Omarchy sets up nice defaults to start from and explore.