FAQ

Why is VLC so large on my display?

Omarchy assumes a 2x high-resolution display, which requires setting GDK_SCALE to 2 in ~/.config/hypr/hyprland.conf. But if you're on a 1x display, you can change this to 1 (and then reset Hyprland with Super + Shift + Escape).

Why are my external speakers not playing?

Probably because they're not set as the primary output. Click on the speaker in the top right of the waybar, and it'll launch the volume controls where you can select the primary speaker.

How do I switch between keyboard layouts?

Edit your ~/.config/hypr/hyprland.conf file and add this to switch between layouts on Alt + Space:

# Use multiple keyboard layouts and switch between them with Alt + Space
input {
    kb_layout = us,fr
    kb_options = compose:caps,grp:alt_space_toggle
}

Why is Dropbox complains about tray access?

Just ignore it. Omarchy uses its own Dropbox icon via waybar. You don't need the tray access. You can do all your management in the terminal with dropbox-cli.

How do I remove the Dropbox top bar icon?

If you're not using Dropbox, you can remove the top bar icon by editing ~/.config/waybar/config and removing "custom/dropbox" from "modules-right".