From a6ca159fc55d3e989eb9de85daa396c593bb0a00 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 14 Jul 2026 10:34:26 -0400 Subject: Add jujutsu and other changes --- users/ryan/modules/sketchybar/bar-config/sketchybarrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'users/ryan/modules/sketchybar/bar-config/sketchybarrc') diff --git a/users/ryan/modules/sketchybar/bar-config/sketchybarrc b/users/ryan/modules/sketchybar/bar-config/sketchybarrc index 5d4e161..34238b2 100755 --- a/users/ryan/modules/sketchybar/bar-config/sketchybarrc +++ b/users/ryan/modules/sketchybar/bar-config/sketchybarrc @@ -59,7 +59,7 @@ add_popup() { # LEFT — hyprland/workspaces -> yabai spaces # (hyprland/submap has no yabai/macOS analog -> omitted) # ============================================================================ -for sid in 1 2 3 4 5 6 7 8 9 10; do +for sid in 1 2 3 4 5 6 7 8 9; do sketchybar --add space space.$sid left \ --set space.$sid \ space=$sid \ @@ -70,7 +70,7 @@ for sid in 1 2 3 4 5 6 7 8 9 10; do background.drawing=off \ padding_left=5 padding_right=5 \ script="$PLUGIN_DIR/space.sh" \ - click_script="yabai -m space --focus $sid 2>/dev/null" + click_script="osascript -e 'tell application \"System Events\" to key code ${sid} using option down'" done # ============================================================================ -- cgit v1.3