Replies: 16 comments 2 replies
|
Hey 👋 |
|
Booted a fresh install Cachyos no desktop, worked flawlessly on a T420 laptop. I'm excited to see this one grow. Thanks for the efforts. |
|
The latest version of Ubuntu introduces a significant change for handling PDF files—Paper, a modern and lightweight PDF editor, has replaced the traditional Document Viewer (Evince) as the default application. Maybe it should be used here too? |
|
So I made the transition from my Windows/Linux Mint to Omarchy still learning and adjusting but this is so exciting - so fast on my machine it feels awesome! |
|
Your work here deserves two thank yous from me ...
|
|
A huge thank you to DHH and everyone involved in this project! Just installed Omarchy 2.0, and the whole process from getting the iso, to installation, to setup (or well lack up) has just been smooth. Everything "just works". What a joyful experience experience! |
|
May the peace and grace of The Lord Jesus Christ be with you and your family. Hey, i came to say thank you for this, i am having a lot of fun using Omarchy. |
|
Thank you for making such an accesible operating system. Omarchy gave me the opportunity of finally making the switch from windows to a linux tiling WM. I am having lots of fun tweaking the configs and tinkering with all the options |
|
Not only have you made my old hardware breathe to life again - you have helped me level up my developer experience in ways I never thought possible, especially coming from being a lifelong Mac user. Window tiling and instant super keys are game changer. DHH you are awesome! |
|
Haha, that’s *peak* Copilot—automatically generating its own
meta-commentary! 😂 Thanks for the chuckle, and for keeping it real. Truly,
the future of dev is “copy-paste + existential dread + gentle optimism
about GPUs.” 🎮✨ Let’s get that PR merged before the AI starts writing the
commit messages *and* the post-merge toast. 🍻
|
|
Sure! Here's a minimal yet functional Waybar configuration
(`~/.config/waybar/config.jsonc`) you might like. It’s clean, informative,
and easy to tweak: ```jsonc // ~/.config/waybar/config.jsonc { "layer":
"top", "position": "top", "height": 28, "spacing": 10, "modules-left": [
"hyprland/workspaces", "custom/menu" ], "modules-center": [ "clock" ],
"modules-right": [ "network", "pulseaudio", "battery", "tray" ],
"hyprland/workspaces": { "on-click": "activate", "format": "{icon}",
"format-icons": { "1": "", "2": "", "3": "", "4": "", "5": "",
"active": "", "default": "○" }, "persistent-workspaces": false },
"custom/menu": { "exec": "echo ''", "on-click": "rofi -show drun
-show-icons", "tooltip": false }, "clock": { "format": "{:%a %d %b %H:%M}"
}, "network": { "format-wifi": " {essid}", "format-ethernet": "
{ifname}", "format-disconnected": "
|
|
I'm really surprused, it works so smooth and no isues. I'm a full stack developer for 20 years, also a lot of Ruby on Rails and this setup is perfect for my type of work. Great job! |
I built a window restore tool for Omarchy!Basically, my problem was that I often accidentally closed windows or even shut them down completely and then needed them again just a few minutes later. So together with Copilot, I built a small tool to solve this. It comes with two modes: Relaunch Mode (default): Hide Mode(be careful with the Performance): The maximum restore history is set to 5 by default, but you can change this in the restore menu (Super + Ctrl + R). Shortcuts: SUPER + W → Close window (saved to history) SUPER + ALT + W Close window completly (no restore) SUPER + R → Restore the last closed window SUPER + SHIFT + R → Restore all closed windows SUPER + ALT + R → Open a picker menu to select a window to restore SUPER + CTRL + R → Open settings (mode, max history, exclusions) If this sounds useful to you, feel free to check out the repository or install it via AUR: Repo: https://github.com/TimHerb2005/omarchy-window-restore Important: omarchy-install-window-restore |
|
Has anyone built an install script for Ubuntu VM that works as well as the Windows VM installer? |

Uh oh!
There was an error while loading. Please reload this page.
🤘
All reactions