From cd8a683ff8a0b509851bbaf088126298bb3bca47 Mon Sep 17 00:00:00 2001 From: winston Date: Sun, 26 May 2024 01:32:52 +0200 Subject: [PATCH] feat(yabai): more window rules --- machines/common/darwin/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/machines/common/darwin/default.nix b/machines/common/darwin/default.nix index 2d8fa39..c3e9052 100644 --- a/machines/common/darwin/default.nix +++ b/machines/common/darwin/default.nix @@ -76,8 +76,14 @@ "iStat Menus" ]} + # os rules ${rule} --add label="Finder" app="^Finder$" title="(Co(py|nnect)|Move|Info|Pref)" manage=off ${rule} --add label="Safari" app="^Safari$" title="^(General|(Tab|Password|Website|Extension)s|AutoFill|Se(arch|curity)|Privacy|Advance)$" manage=off + ${rule} --add label="Orion" app="^Orion$" title="^(General|Appearance|Tabs|Browsing|Sync|Passwords|Privacy|Search|Websites|Advanced|Plus)$" manage=off + + # dev rules + ${rule} --add label="Dash" app="^Dash$" title="^(General|Downloads|Docsets|Web Search|Integration|Snippets)$" manage=off + ${rule} --add label="JetBrains IDE Settings" app="^(CLion|GoLand|PhpStorm|IntelliJ IDEA|PyCharm|RubyMine|RustRover|WebStorm)$" title="^(Settings|Run\/Debug Configurations|Remote Development|Welcome.+|Keyboard Shortcut|Rename|Clear Read-Only Status)$" manage=off ''; }; skhd = {