Change summary
dot_local/bin/executable_startup.tmpl | 4 +-
dot_local/share/private_tuios/private_plexus.tape | 28 +++++++++++++++++
2 files changed, 30 insertions(+), 2 deletions(-)
Detailed changes
@@ -39,7 +39,6 @@ else
i3-msg exec "xfsettingsd"
i3-msg exec "dbus-update-activation-environment --all"
i3-msg exec "kdeconnect-indicator"
- i3-msg exec "handy"
{{- if eq .chezmoi.hostname "angmar" }}
i3-msg exec "caddy start --adapter caddyfile --config ~/Bulk/Media/Caddyfile"
i3-msg workspace 7
@@ -48,7 +47,8 @@ else
i3-msg workspace 1
i3-msg exec "firefox-developer-edition"
i3-msg exec "xrandr -r 165.00"
- i3-msg exec "cd $HOME/repos/misc/plexus/upstream && LD_LIBRARY_PATH=\"$HOME/.local/lib:$LD_LIBRARY_PATH\" CONFIG_FILE=$XDG_CONFIG_HOME/plexus/plexus.yaml DATA_DIR=$XDG_DATA_HOME/plexus bun run dev"
+ i3-msg exec "tuios new i3"
+ i3-msg exec "tuios tape exec ~/.local/share/tuios/plexus.tape -s i3"
{{- end }}
xsetwacom set "Wacom Intuos BT S Pad pad" Button 1 "key del"
xsetwacom set "Wacom Intuos BT S Pad pad" Button 3 "key +ctrl z -ctrl"
@@ -0,0 +1,28 @@
+# plexus
+# Recorded: 2026-01-20T17:53:09-07:00
+
+# Disable animations for consistent playback
+DisableAnimations
+
+# Setup
+EnableTiling
+NewWindow
+TerminalMode
+
+# Wait for shell
+Sleep 300ms
+
+Type "cd ~/repos/misc/plexus/upstream"
+Enter Sleep 100ms
+Type "export LD_LIBRARY_PATH=\"$HOME/.local/lib:$LD_LIBRARY_PATH\""
+Enter Sleep 100ms
+Type "export CONFIG_FILE=$XDG_CONFIG_HOME/plexus/plexus.yaml"
+Enter Sleep 100ms
+Type "export DATA_DIR=$XDG_DATA_HOME/plexus"
+Enter Sleep 100ms
+Type "bun run dev"
+Enter
+WindowManagementMode
+
+# Re-enable animations
+EnableAnimations