New mac stuff
This commit is contained in:
parent
ba52bb0f6a
commit
63d915439e
28 changed files with 198 additions and 192 deletions
45
.yabairc
Executable file
45
.yabairc
Executable file
|
|
@ -0,0 +1,45 @@
|
|||
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
||||
sudo yabai --load-sa
|
||||
|
||||
# bsp or float (default: float)
|
||||
yabai -m config layout bsp
|
||||
|
||||
# set mouse interaction modifier key (default: fn)
|
||||
yabai -m config mouse_modifier fn
|
||||
# set modifier + left-click drag to move window (default: move)
|
||||
yabai -m config mouse_action1 move
|
||||
# set modifier + right-click drag to resize window (default: resize)
|
||||
yabai -m config mouse_action2 resize
|
||||
# set focus follows mouse mode (default: off, options: off, autoraise, autofocus)
|
||||
yabai -m config focus_follows_mouse autoraise
|
||||
# set mouse follows focus mode (default: off)
|
||||
yabai -m config mouse_follows_focus off
|
||||
|
||||
# modify window shadows (default: on, options: on, off, float)
|
||||
# example: show shadows only for floating windows
|
||||
yabai -m config window_shadow float
|
||||
|
||||
# window opacity (default: off)
|
||||
# example: render all unfocused windows with 90% opacity
|
||||
yabai -m config window_opacity on
|
||||
yabai -m config active_window_opacity 1.0
|
||||
yabai -m config normal_window_opacity 0.9
|
||||
|
||||
yabai -m space 1 --label work
|
||||
yabai -m space 2 --label zoom
|
||||
yabai -m space 3 --label mail
|
||||
yabai -m space 5 --label rdp
|
||||
yabai -m space 7 --label slack
|
||||
yabai -m space 8 --label emacs
|
||||
yabai -m space 9 --label music
|
||||
|
||||
yabai -m config window_border on
|
||||
yabai -m config window_border_width 1
|
||||
yabai -m config active_window_border_color 0xff775759
|
||||
|
||||
yabai -m config external_bar all:33:0
|
||||
yabai -m config top_padding 1 [master][10:03]
|
||||
yabai -m config bottom_padding 1
|
||||
yabai -m config left_padding 1
|
||||
yabai -m config right_padding 1
|
||||
yabai -m config window_gap 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue