←back to thread

63 points theYipster | 3 comments | | HN request time: 0.002s | source

An install script to create a strong and stable blend of Omarchy on top of CachyOS. You must install CachyOS first (please read the README file.)

Feedback and contributions welcome!

Show context
ikurei ◴[] No.45246862[source]
The main thing keeping me from trying out Omarchy is the pain of setting up multiple displays. I haven't tried Hyprland, but whenever I've tried a non-mainstream desktop/wm in Linux that was the worst, especially if your setup changes often (as in, you have a laptop and move around and plug it in different places).

May be that just means I'm not enough of a tinkerer for these setups.

Is it a hard problem to remember more than one configuration and link them to the displays connected to your computer? Or is it just that Omarchy users really don't mind editing monitor.conf[1] often?

[1]: https://learn.omacom.io/books/2/pages/86

replies(7): >>45246918 #>>45247140 #>>45247743 #>>45248615 #>>45248739 #>>45248841 #>>45251854 #
1. charlie-83 ◴[] No.45247743[source]
I just have a bash script that runs on startup which just greps the output of xrandr to determine if I am connected to home/office/no monitors and then runs the appropriate xrandr commands to config them.

On the occasion when I (dis)connect monitors without restarting the laptop, I just have some command line aliases (home/office/laptop) which run the appropriate config

replies(1): >>45247805 #
2. quibono ◴[] No.45247805[source]
Correct me if I'm wrong but Hyprland is Wayland so xrandr is no go.

There are some utilities for this though. nwg-displays comes to mind

replies(1): >>45247867 #
3. rodrigodlu ◴[] No.45247867[source]
Yes, but you can have a similar setup to what he is describing, just with different commands.

I'm using niri instead hyperland. I can either use `sed` on it's configuration file (on/off, resolution, position) or for some of its configurations I can use the cli (for output scale).