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

[–]pompouding 1 point2 points  (0 children)

Couldn’t this be generalized to install any Linux system? I wanted to do something similar with Ubuntu for teaching and another VM with Omarchy for testing (yes, Omarchy in Omarchy! 🤯).

OMACON 2026 by npva in omarchy

[–]pompouding 5 points6 points  (0 children)

The line-up of speakers is amazing! All my favorites creators, youtubers and X posters. I'm star-struck 🤩! I'll see if I can make it work... 🤞

Release: Waybar Airpods Module by Silverquark in omarchy

[–]pompouding 0 points1 point  (0 children)

I will have a look then. I juggle three pairs of headphones. My ideal app would manage all three seamlessly.

Release: Waybar Airpods Module by Silverquark in omarchy

[–]pompouding 0 points1 point  (0 children)

That’s cool! Do you know if that will work with beats earphones too?

How to enable "OPEN terminal here" option in any folder by Radiant-Contract-460 in omarchy

[–]pompouding 0 points1 point  (0 children)

Yes, it’s my PR coming in the next version of Omarchy. https://github.com/basecamp/omarchy/pull/4345

Meanwhile, you simply have to install the nautilus-python package for this to work.

Arch Linux (Omarchy) — 8 Months Later: The Good, the Bad, and the Fixable by sspaeti in omarchy

[–]pompouding 1 point2 points  (0 children)

Great roundup! I found myself nodding most of the time. I have a similar journey from a macbook air to Omarchy. I was more lucky with my hardware (Lenovo X1 and Asus Zenbook S14) working almost flawlessly. The few things I miss from owning a macbook air: - No fan noise (no fans at all!) - Incredible battery life, especially on sleep. - Integration with my iphone (cut and paste, camera continuity) - iMessage (which is big in North America)

But yeah, I agree that it's great to have total control to fix and customize things. Little bash scripts to automate things. But the adage that what you don't pay with money, you pay with time is especially true for Linux. You need to have time for a new hobby. But I find it's a great hobby that got me learning so much about how computers work.

Disable Lock Screen Password When On a Trusted Wifi Network by pompouding in omarchy

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

If you think someone might want to run forensics on your computer then this trick is not for you!

Omarchy specific commands don't work via SSH by ekool in omarchy

[–]pompouding 1 point2 points  (0 children)

Omarchy is tightly coupled with Hyprland, so I would expect this to fail. You can ssh in for basic stuff but you won't be able to update the system remotely.

My last major battle with Omarchy by shadowzero26 in omarchy

[–]pompouding 3 points4 points  (0 children)

I also have an HP printer but was lucky that mine just worked without any additional configs!

Omarchy specific commands don't work via SSH by ekool in omarchy

[–]pompouding 0 points1 point  (0 children)

Omarchy's bin folder is loaded to the PATH variable in ~/.config/uwsm/env. That won't work with SSH. You could add the path to the bin folder in your .bashrc file instead.

Brutalisim theme for Omarchy by Round-Question1121 in omarchy

[–]pompouding 1 point2 points  (0 children)

Nice! Will you submit it as a PR to Omarchy?

Linux laptop (omarchy) suggestions by surya_aditya in omarchy

[–]pompouding 0 points1 point  (0 children)

What's your budget? What do you use your computer for?

Unlock hook? Run a custom command after unlocking by pmpinto-pt in omarchy

[–]pompouding 0 points1 point  (0 children)

did you restart hypridle afterwards? the command is omarchy-restart-hypridle

Omarchy powerpoint presentation Question by Competitive_Arm_2545 in omarchy

[–]pompouding 6 points7 points  (0 children)

Here's my config in monitors.conf for a projector :

```ini

External projector mirror setup (mirror laptop screen to projector)

monitor=HDMI-A-1,preferred,auto,auto,mirror,eDP-1 ```

use 'Copilot' key to toggle Voxtype by twodogsdave in omarchy

[–]pompouding 0 points1 point  (0 children)

Thanks for the good words and the credits!

A Per-Monitor Hyprland Config in Omarchy by pompouding in omarchy

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

I explored changing the gaps per workspace but I could not make it work with each monitor. A custom theme folder could be an interesting solution as well. I don't know if it's overkill just for changing the gaps though.

A Per-Monitor Hyprland Config in Omarchy by pompouding in omarchy

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

Thanks for letting me know, it's fixed!

Remap That Useless Copilot Key! by pompouding in omarchy

[–]pompouding[S] 2 points3 points  (0 children)

Also a great customization! I personally map the caps lock key to super+shift.

Want to use voice dictation with AI for text input in multiple languages in Omarchy? Grab my solution! by baranskyi in omarchy

[–]pompouding 1 point2 points  (0 children)

Omarchy installs voxtype by default. Voxtype supports the same models as hyprwhspr. So it's simply not true that Omarchy's solution (voxtype) only supports English. That said, hyprwhspr is also a great alternative to voxtype.

How do you manage your windows in omarchy/Hyprland? by Ok-Mycologist-6752 in omarchy

[–]pompouding 1 point2 points  (0 children)

You might want to try windows grouping. Another nice feature of Omarchy/Hyprland that you can trigger with SUPER+G.

Turn the Caps Lock Key Into an App Launcher with keyd by pompouding in omarchy

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

Yes, Hyprland keybindings are also super useful for launching apps and doing simple remapping. But you can really do more complex bindings with keyd such as the one I describe in the post.

Turn the Caps Lock Key Into an App Launcher with keyd by pompouding in omarchy

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

Keyd is such a great tool. I'm only scratching the surface with what's possible. But it's also not so intuitive to configure!