Skip to content

Commit

Permalink
チピチピチャパチャパ
Browse files Browse the repository at this point in the history
  • Loading branch information
Akihiro Saiki committed Feb 28, 2024
1 parent 6ed9e0b commit 59caf43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion starship/starship.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"$schema" = 'https://starship.rs/config-schema.json'
add_newline = false
add_newline = true
command_timeout = 5000

format = """
Expand Down
4 changes: 3 additions & 1 deletion yabai/yabairc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sudo yabai --load-sa

# global settings
yabai -m config mouse_follows_focus on
yabai -m config focus_follows_mouse autoraise
yabai -m config focus_follows_mouse autofocus
yabai -m config window_origin_display default
yabai -m config window_placement second_child
yabai -m config window_zoom_persist on
Expand All @@ -24,6 +24,8 @@ yabai -m config mouse_drop_action swap

# general space settings
yabai -m config layout bsp
yabai -m config --space 4 layout float
yabai -m config --space 5 layout float
yabai -m config top_padding 12
yabai -m config bottom_padding 12
yabai -m config left_padding 12
Expand Down

0 comments on commit 59caf43

Please sign in to comment.