Skip to content

Commit

Permalink
feat(yabai): more window rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed May 25, 2024
1 parent 1e45397 commit cd8a683
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions machines/common/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit cd8a683

Please sign in to comment.