diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-14 10:34:26 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-07-14 10:34:26 -0400 |
| commit | a6ca159fc55d3e989eb9de85daa396c593bb0a00 (patch) | |
| tree | 2e60b49095c4caec7e075398280e6938c0085466 /users | |
| parent | 592f73c2672474c09dedc5cac8e6fa857a7df92b (diff) | |
Add jujutsu and other changes
Diffstat (limited to 'users')
| -rw-r--r-- | users/ryan/home.nix | 1 | ||||
| -rwxr-xr-x | users/ryan/modules/sketchybar/bar-config/sketchybarrc | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/users/ryan/home.nix b/users/ryan/home.nix index 1c77723..2f1b138 100644 --- a/users/ryan/home.nix +++ b/users/ryan/home.nix | |||
| @@ -147,6 +147,7 @@ | |||
| 147 | ffmpeg | 147 | ffmpeg |
| 148 | blender | 148 | blender |
| 149 | nerd-fonts.anonymice | 149 | nerd-fonts.anonymice |
| 150 | jujutsu | ||
| 150 | ]; | 151 | ]; |
| 151 | 152 | ||
| 152 | # Home Manager is pretty good at managing dotfiles. The primary way to manage | 153 | # Home Manager is pretty good at managing dotfiles. The primary way to manage |
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() { | |||
| 59 | # LEFT — hyprland/workspaces -> yabai spaces | 59 | # LEFT — hyprland/workspaces -> yabai spaces |
| 60 | # (hyprland/submap has no yabai/macOS analog -> omitted) | 60 | # (hyprland/submap has no yabai/macOS analog -> omitted) |
| 61 | # ============================================================================ | 61 | # ============================================================================ |
| 62 | for sid in 1 2 3 4 5 6 7 8 9 10; do | 62 | for sid in 1 2 3 4 5 6 7 8 9; do |
| 63 | sketchybar --add space space.$sid left \ | 63 | sketchybar --add space space.$sid left \ |
| 64 | --set space.$sid \ | 64 | --set space.$sid \ |
| 65 | space=$sid \ | 65 | space=$sid \ |
| @@ -70,7 +70,7 @@ for sid in 1 2 3 4 5 6 7 8 9 10; do | |||
| 70 | background.drawing=off \ | 70 | background.drawing=off \ |
| 71 | padding_left=5 padding_right=5 \ | 71 | padding_left=5 padding_right=5 \ |
| 72 | script="$PLUGIN_DIR/space.sh" \ | 72 | script="$PLUGIN_DIR/space.sh" \ |
| 73 | click_script="yabai -m space --focus $sid 2>/dev/null" | 73 | click_script="osascript -e 'tell application \"System Events\" to key code ${sid} using option down'" |
| 74 | done | 74 | done |
| 75 | 75 | ||
| 76 | # ============================================================================ | 76 | # ============================================================================ |
