mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
# Fixing popup size issue
|
|
windowrule = size 50% 50%, class:(.*jetbrains.*)$, title:^$,floating:1
|
|
|
|
# Fix tab dragging (always have a single space character as their title)
|
|
windowrule = noinitialfocus, class:^(.*jetbrains.*)$, title:^\\s$
|
|
windowrule = nofocus, class:^(.*jetbrains.*)$, title:^\\s$
|