diff --git a/dot_local/bin/executable_startup.tmpl b/dot_local/bin/executable_startup.tmpl index 24babd503dce9a5e1fb1e74699501d9f675fb383..cce16d5db6ce9d555a7dd3bab4539a5ead48c047 100644 --- a/dot_local/bin/executable_startup.tmpl +++ b/dot_local/bin/executable_startup.tmpl @@ -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" diff --git a/dot_local/share/private_tuios/private_plexus.tape b/dot_local/share/private_tuios/private_plexus.tape new file mode 100644 index 0000000000000000000000000000000000000000..3480075d3e005fede446d11e82fdc62e0c77dfd2 --- /dev/null +++ b/dot_local/share/private_tuios/private_plexus.tape @@ -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