David Heinemeier Hansson
84de3d3a2e
Extract more helpers
2026-05-14 12:51:03 +02:00
David Heinemeier Hansson and Ryan Hughes
008f0cf7dd
Extract generic switcher
2026-05-11 15:28:52 -04:00
Ryan Hughes
c7b6a7f8c4
Swap defaults to lua
2026-05-11 10:39:22 -04:00
David Heinemeier Hansson
7debca9f47
Add foot terminal as an option
2026-05-05 22:18:02 +02:00
Nicolas Dorier and GitHub
bb0adde652
Restore jetbrains no_follow_mouse ( #5239 )
...
This reverts partially commit e5783569489818724d221f4400cb952f300d29ad.
2026-05-01 16:12:40 +02:00
David Heinemeier Hansson
35650a633d
Fix broken hide button on screensharing overlay
2026-04-22 17:15:32 +02:00
Nicolas Dorier and GitHub
d4f4592dd2
Make Typora's print dialog float ( #5208 )
2026-04-22 13:52:39 +02:00
Nicolas Dorier and GitHub
9896c1e988
Remove jetbrains specific hyprland config ( #5183 )
...
IDE based on IntelliJ [2026.1](https://blog.jetbrains.com/platform/2026/02/wayland-by-default-in-2026-1-eap/ ) are now supporting wayland natively
properly.
I have personally updated Rider while removing the configuration file,
and didn't noticed any issue.
2026-04-02 11:14:35 +02:00
David Heinemeier Hansson
12bdf01e5e
Fullscreen and idle inhibit on moonlight
2026-03-11 13:59:32 +01:00
Alex Budkar and GitHub
5f2d12f9e7
Update jetbrains.conf to capture find windows with singular space title ( #4909 )
...
Some find windows like "find everywhere" has initial title that consists of a singular space. Update title matching expression to capture that case as well.
2026-03-08 13:12:54 +01:00
justin and GitHub
04054c9569
fix: small localsend window ( #4923 )
...
* feat(hypr): add window size rule for LocalSend
* chore(hypr): remove Share class from localsend window rule
2026-03-07 19:21:05 +01:00
David Heinemeier Hansson
42e20870d3
Use slide in animation for screensaver
...
Co-authored-by: @ieocin
Fixes #4815
2026-02-28 18:14:41 +01:00
David Heinemeier Hansson
b2d09849bd
Actually was missing!
2026-02-18 21:33:58 +01:00
David Heinemeier Hansson
87da28a965
Fix the video PWAs
2026-02-01 17:39:26 +01:00
David Heinemeier Hansson
23b74c6212
Fix opacity issues by using a tag to apply the default opacity that can be removed
...
Fixes #4168
2026-02-01 16:30:27 +01:00
nptr and GitHub
7265c22728
Update opacity rule for Steam window class ( #4386 )
...
The steam class for opacity is missing the `.*` regular expression. Just `steam` does not match launched steam apps. Therefore, currently, steam apps have the default opacity of `0.97` of omarchy. This is usually not noticable, but very distracting on an OLED Screen and Games with dark/black scenes / menues and a brigher / any app opend 'behind' the game.
2026-01-31 18:06:11 +01:00
Stefan Gründel and GitHub
32d187eab0
Add window rules for Bitwarden Chrome Extension ( #4389 )
2026-01-31 18:02:17 +01:00
David Heinemeier Hansson
7ffdfdbda9
Only idleinhibit
...
Fullscreen does not work well with authentication
2026-01-31 15:35:46 +01:00
David Heinemeier Hansson
d6c28f317d
Force fullscreen
...
Floating just makes it crash
2026-01-31 13:27:57 +01:00
David Heinemeier Hansson
9d07cc884c
Add installer and windowrule configuration for NVIDIA GeForce Now
2026-01-31 12:35:35 +01:00
Nicolas Dorier and GitHub
3b94207ba7
Fix: Jetbrains rules were not working properly anymore ( #4150 )
2026-01-30 11:51:33 +01:00
Ryan Hughes
ec305459f8
Prevent Telegram from stealing focus on every message receipt
2026-01-29 10:24:25 -05:00
David Heinemeier Hansson
fdee76e2d2
Fix windowrule sizing changes
2026-01-03 13:31:50 -08:00
David Heinemeier Hansson
c723411049
Comply with changed layerrule syntax in Hyprland 0.53
2026-01-03 13:10:43 -08:00
5dd4bec68a
Fix Hyprland 0.53 windowrule syntax breaking changes ( #4025 )
...
* Fix Hyprland 0.53 windowrule syntax breaking changes
Hyprland 0.53 introduced breaking changes to windowrule syntax:
- Props now use `match:` prefix: `class:pattern` → `match:class pattern`
- Boolean effects require `on` suffix: `float` → `float on`
- Snake_case naming: `nofocus` → `no_focus`, `stayfocused` → `stay_focused`
- `noborder` replaced with `border_size 0`
- `noanim` replaced with `animation none`
- layerrule syntax: `noanim, X` → `animation none, match:namespace X`
- `misc:new_window_takes_over_fullscreen` → `misc:on_focus_under_fullscreen`
See: https://github.com/hyprwm/hyprland-wiki/pull/1278
* Correct for the new style
* Migrate the scrolltouchpad setting in userland too
* Need a reboot to pair with new Hyprland
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-12-30 16:21:59 -08:00
Ryan Hughes
573cbd8ec3
Prevent idle while updating
2025-12-13 19:12:25 -05:00
Timo Hubois and GitHub
12cba29e2e
feat(bitwarden): Use float by default ( #3734 )
...
- Similar to current 1Password configuration
2025-12-08 10:54:24 +01:00
Miras Mustimov and GitHub
9691e638b2
fix: avoid layout shift on screensaver close ( #3804 )
2025-12-08 10:18:46 +01:00
David Heinemeier Hansson
a6c2576a3c
Start PDF viewing as float as well
2025-11-23 11:46:33 +01:00
David Heinemeier Hansson
2c4a9275d1
Revert "Reapply "feat: don't screenshare notifications ( #3482 )""
...
This reverts commit 7ebe9fd7ab .
2025-11-21 12:36:35 +01:00
David Heinemeier Hansson
4efdcc62c6
Also default to float for video playback
2025-11-21 11:20:48 +01:00
David Heinemeier Hansson
7ebe9fd7ab
Reapply "feat: don't screenshare notifications ( #3482 )"
...
This reverts commit cf6a8476c5 .
2025-11-20 21:04:56 +01:00
David Heinemeier Hansson
cf6a8476c5
Revert "feat: don't screenshare notifications ( #3482 )"
...
This reverts commit bdb97195d8 .
2025-11-20 18:01:10 +01:00
Maxime Mangel and GitHub
bdb97195d8
feat: don't screenshare notifications ( #3482 )
2025-11-20 17:22:13 +01:00
David Heinemeier Hansson
20a3c469ed
Float imv by default
2025-11-20 09:16:08 +01:00
David Heinemeier Hansson
da8c3d9c64
Add bash as well
2025-11-19 14:49:21 +01:00
David Heinemeier Hansson
8174dc7df9
Let btop float by default to match all other system terminal windows
2025-11-19 12:04:35 +01:00
9af41afd06
Feature: Add bluetui integration and migration ( #3207 )
...
* Add bluetui integration and launch script
- Add omarchy-launch-bluetooth script to launch bluetui TUI
- Create migration scripts for bluetui installation
- Update omarchy-menu and waybar configuration for bluetui support
- Add bluetui to base packages
* Move unblock into launchers and reuse existing launch or focus setup
* Fix installer to remove blueberry and be more surgical with waybar changes
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-11-19 09:41:12 +01:00
eec075bdf9
improve: uniquely identify terminal apps for window rules and focus. Unify waybar behaviour to use launch-or-focus ( #3389 )
...
* improve: uniquely identify btop when launched from waybar.
* align btop app id
* add migration to uniquely identify btop
* also add unique app ids to lazydocker and terminal editor
* introduce new omarchy-launch-tui that sets class.
* align all the tuis and behaviour in waybar
* update migration accordingly
* fixes
* separate terminal from tui
* fix: double setsid uswm-app --
* Standardize namespace on org.omarchy and lowercase
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-11-19 08:54:17 +01:00
42e181054a
fix: disable mouse focus for JetBrains ( #3336 )
...
* disable mouse focus for jetbrains
* Match existing style
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-11-19 08:26:30 +01:00
bea57919b6
Fix: Jetbrains popup dialog would not get focus automatically ( #3326 )
...
* Fix: Jetbrains popup dialog would not get focus automatically
The config shipped with omarchy misbehaves with popups. Opening a popup
would not shift the focus automatically to it, requiring manual click on
it to start typing into it.
You can reproduce with by trying to open any popup dialog (for example
CTRL+T on Rider, or CTRL+SHIFT+F)
This config with `-Dawt.toolkit.name=WLToolkit` in the custom VM options
fixes all the issues I have with jetbrains. I am also making a dedicated
workspace which float all windows just for jetbrains.
* Use existing formatting conventions
* More tweaks
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com >
2025-11-11 15:54:25 +01:00
David Heinemeier Hansson
c6918e637b
Make screensaver capable of running in any of the terminal options
2025-11-10 10:02:02 +01:00
David Heinemeier Hansson
6f334868d6
Fix match and make 1password float by default
2025-11-10 09:15:27 +01:00
David Heinemeier Hansson
917279bff7
Merge branch 'master' into dev
2025-11-09 07:45:37 +01:00
karr and GitHub
57e726f0c5
Update pip.conf, fix Invalid rule/parameter errors after hyprland update
...
Updated hyprland throws Invalid rule / Invalid parameter on the pip windowrule
2025-11-08 23:37:30 +01:00
Ryan Hughes
8aa2d295e5
Revert "Make screensaver work with xdg-terminal-exec"
...
This reverts commit fc8e4c0400 .
2025-11-06 11:32:10 -05:00
innerviewer and GitHub
a40ff463c9
(Hypr) Added 'stayfocused' window rule for DaVinci Resolve dialog windows. ( #3064 )
2025-11-05 11:44:30 +01:00
Patrick Roza and GitHub
8e210088c1
Fix class name for Microsoft Edge in browser.conf ( #3145 )
2025-11-05 11:20:28 +01:00
Ryan Hughes
fc8e4c0400
Make screensaver work with xdg-terminal-exec
2025-11-03 21:34:22 -05:00
David Heinemeier Hansson
e369d68fe1
Take the rounding back a notch
2025-11-03 17:46:31 +01:00