Skip to content

Commit

Permalink
chore: x
Browse files Browse the repository at this point in the history
  • Loading branch information
heypoom committed Apr 17, 2024
1 parent 5557362 commit e8f6479
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions config/executable_dot_yabairc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
sudo yabai --load-sa
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"

# Global Settings
yabai -m config mouse_follows_focus on
yabai -m config focus_follows_mouse off
Expand Down Expand Up @@ -90,5 +87,8 @@ yabai -m rule --add app="^Arc$" subrole='AXSystemDialog' manage=off mouse_follow
# yabai -m rule --add app='Emacs' title=' — ' manage=off

# yabai -m signal --add event=window_created app="Emacs" action='~/bin/yabai-float-children'
yabai -m rule --add app="WebStorm" manage=off
yabai -m rule --add app="WebStorm" title="~/Workspaces/" manage=on
yabai -m rule --add app="WebStorm" title="~/Projects/" manage=on

echo "yabai config reloaded 🚀"
3 changes: 2 additions & 1 deletion config/vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@
"hideSettings": true,
"position": "bottom"
},
"window.zoomLevel": -1,
"window.zoomLevel": -2,
"zig.path": "/Users/poom/Library/Application Support/Code/User/globalStorage/ziglang.vscode-zig/zig_install/zig",
"zig.initialSetupDone": true
}

0 comments on commit e8f6479

Please sign in to comment.