FelixKratz / dotfiles

My personal macOS configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`spaces.sh` causes loosing responsiveness in trackpad

andynameistaken opened this issue · comments

  • I am not sure if it's an issue that is solvable or if it's in the nature of the project, but when you leave sketchybar with spaces.sh sourced it causes too loose smoothnes of changing workspaces when using trackpad:
Screen.Recording.2023-04-01.at.14.07.01.mov
  • with commented out spaces.sh:
Screen.Recording.2023-04-01.at.14.17.06.mov

I think this is the same as: FelixKratz/SketchyBar#220

It is basically a limitation of the window server with sticky windows.

The solution is to set

sketchybar --bar sticky=off

The sticky bar should only be used with disabled space switching animations.