feat: disable yabai for CleanShot X

This commit is contained in:
Stefan Imhoff
2023-08-04 16:54:55 +02:00
parent 4d2685fbc1
commit 11eba1c7cb
2 changed files with 5 additions and 0 deletions

View File

@@ -489,6 +489,8 @@ cask "brave-browser"
cask "bunch"
# E-books management software
cask "calibre"
# Screen capturing tool
cask "cleanshot"
cask "color-oracle"
# Multi-platform client-side cloud file encryption tool
cask "cryptomator"
@@ -587,6 +589,8 @@ cask "lbry"
cask "ledger-live"
# Client for LLaMA models
cask "llamachat"
# Discover, download, and run local LLMs
cask "lm-studio"
# 2D game framework for Lua
cask "love"
# File system integration

View File

@@ -47,5 +47,6 @@ yabai -m rule --add app="^Archive Utility$" manage=off
yabai -m rule --add app="^Alfred Preferences$" manage=off
yabai -m rule --add app="Raycast" manage=off
yabai -m rule --add app="Dropbox Dash" manage=off
yabai -m rule --add app="^CleanShot X$" sticky=on layer=above manage=off
echo "Yabai configuration loaded …"