Uploaded Gio 16 Nov 2023 23:29:39 CET
This commit is contained in:
commit
0a6995de56
13 changed files with 2676 additions and 0 deletions
46
.yabairc
Executable file
46
.yabairc
Executable file
|
@ -0,0 +1,46 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
#
|
||||
# for this to work you must configure sudo such that
|
||||
# it will be able to run the command without password
|
||||
#
|
||||
# see this wiki page for information:
|
||||
# - https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)#configure-scripting-addition
|
||||
#
|
||||
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
|
||||
sudo yabai --load-sa
|
||||
#
|
||||
|
||||
# global settings
|
||||
yabai -m config \
|
||||
mouse_follows_focus on \
|
||||
focus_follows_mouse autoraise \
|
||||
window_origin_display default \
|
||||
window_placement second_child \
|
||||
window_zoom_persist on \
|
||||
window_shadow off \
|
||||
window_animation_duration 0.0 \
|
||||
window_animation_frame_rate 120 \
|
||||
window_opacity_duration 0.0 \
|
||||
active_window_opacity 1.0 \
|
||||
normal_window_opacity 0.90 \
|
||||
window_opacity off \
|
||||
insert_feedback_color 0xffd75f5f \
|
||||
split_ratio 0.50 \
|
||||
split_type auto \
|
||||
auto_balance off \
|
||||
top_padding 5 \
|
||||
bottom_padding 15 \
|
||||
left_padding 15 \
|
||||
right_padding 15 \
|
||||
window_gap 10 \
|
||||
layout bsp \
|
||||
mouse_modifier fn \
|
||||
mouse_action1 move \
|
||||
mouse_action2 resize \
|
||||
mouse_drop_action swap \
|
||||
|
||||
yabai -m config external_bar all:32:0
|
||||
borders active_color=0xff9fa7cf inactive_color=0xff494d64 width=5.0 2>/dev/null 1>&2 &
|
||||
|
||||
echo "yabai configuration loaded.."
|
Loading…
Add table
Add a link
Reference in a new issue