Skip to content

Commit

Permalink
Change window sub-layer from below to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w committed Dec 31, 2024
1 parent b8e1c14 commit 73b496a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/yabai/yabairc
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ yabai -m space 3 --label misc
# rules
yabai -m rule --add app="Emacs" space=main
yabai -m rule --add app="Safari|Firefox" space=submain
yabai -m rule --add app="System Settings|System Information" manage=off sub-layer=below
yabai -m rule --add title="Copy|Bin|Info|Open" manage=off sub-layer=below
yabai -m rule --add app="LaunchBar|Bitwarden|Dash|Surge|Karabiner-Elements" manage=off sub-layer=below
yabai -m rule --add app="Messages|QQ|WeChat|Telegram|Music|Discord|Lark|Feishu|Slack|TencentMeeting|WeCom" space=misc manage=off sub-layer=below
yabai -m rule --add app="System Settings|System Information" manage=off sub-layer=normal
yabai -m rule --add title="Copy|Bin|Info|Open" manage=off sub-layer=normal
yabai -m rule --add app="LaunchBar|Bitwarden|Dash|Surge|Karabiner-Elements" manage=off sub-layer=normal
yabai -m rule --add app="Messages|QQ|WeChat|Telegram|Music|Discord|Lark|Feishu|Slack|TencentMeeting|WeCom" space=misc manage=off sub-layer=normal

# signals
chinese_app_regex="QQ|WeChat|Telegram|Lark|Feishu"
Expand Down

0 comments on commit 73b496a

Please sign in to comment.