Commit graph

117 commits

Author SHA1 Message Date
dc6ba0d829 Fix videos in README
Some checks are pending
CI / Build (push) Waiting to run
CI / Test (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Rustfmt (push) Waiting to run
CI / ShellCheck (push) Waiting to run
2026-03-22 20:00:52 +00:00
97036ddfab Migrate README to Forgejo
Some checks are pending
CI / Build (push) Waiting to run
CI / Test (push) Waiting to run
CI / Clippy (push) Waiting to run
CI / Rustfmt (push) Waiting to run
CI / ShellCheck (push) Waiting to run
2026-03-22 19:57:53 +00:00
1f66c2ae91 Remove LFS
Some checks failed
CI / Build (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Rustfmt (push) Has been cancelled
CI / ShellCheck (push) Has been cancelled
We only used it for the screenshots, and even then, they don't change
much
2026-03-22 15:42:34 -04:00
f7ae46cda2
Age verification is a non-goal 2026-03-04 22:46:23 -05:00
873560bdeb
Merge pull request #29 from aarmea/u/aarmea/fix/nvidia
Always pass `--unsupported-gpu` to Sway
2026-02-14 23:03:15 -05:00
d3cd4a9015 Always pass --unsupported-gpu to Sway
On NVIDIA GPUs, this allows the launcher to come up at all. If it is not
provided, Sway will exit immediately after printing a warning to the
journal. This can be very hard to debug if you don't know what you're
looking for.

On other GPUs, including those that play nice with Linux like Intel and
AMD, the option is completely harmless.
2026-02-14 22:26:10 -05:00
af10a1ca19
Merge pull request #28 from aarmea/u/aarmea/20/keyboard-gamepad-2
Add keyboard and gamepad launch support
2026-02-08 14:24:25 -05:00
becb091612 Update packages for gamepad support 2026-02-08 14:20:35 -05:00
fbb01127fa Fix rustfmt in CI
Just use --check, don't call git
2026-02-08 14:12:49 -05:00
3861092d3d Run rustfmt 2026-02-08 14:01:49 -05:00
c8675be472 Make CI and agents run rustfmt 2026-02-08 14:01:15 -05:00
b840a7d694 Implement Ctrl+w and Alt+F4 to close the current activity
Mouse not required

This is done by sending StopCommand to shepherdd, not by natively
closing the window. Sway initiates this to avoid any issues with
shepherd-launcher not having focus (as it won't when an activity is
running).
2026-02-08 13:54:17 -05:00
64ee1d7bc6 Implement controller exit
Use the "Home" button (or Xbox or PlayStation, depending on the controller)
2026-02-08 13:43:17 -05:00
b12b42b13d Fix analog stick up/down
It's not inverted anymore
2026-02-08 12:45:12 -05:00
2538403acd Fix up/down moves 2026-02-08 12:11:20 -05:00
e5a4dbdce7 WIP: keyboard and controller support 2026-02-08 11:14:09 -05:00
8bba628d98
Merge pull request #26 from aarmea/u/aarmea/9/connectivity-check-new
Internet connectivity check
2026-02-07 17:53:35 -05:00
ffa8d7f07a Implement connection check 2026-02-07 17:47:16 -05:00
8659b11450 Add AGENTS.md 2026-02-07 17:47:16 -05:00
6e64e8e69d
Merge pull request #25 from aarmea/u/aarmea/4/steam-type
Add "steam"-specific type
2026-02-07 16:55:09 -05:00
02ba2965d5 lint 2026-02-07 16:51:17 -05:00
9da95a27b3 Add "steam"-specific type
This implementation allows each platform to choose how to launch Steam (on Linux, we use the snap as the examples suggested before), and keeps Steam alive after an activity exits so that save sync, game updates, etc. can continue to run.

Change written by Codex 5.2 on medium:

Consider this GitHub issue https://github.com/aarmea/shepherd-launcher/issues/4. On Linux, an activity that uses the "steam" type should launch Steam via the snap as shown in the example configuration in this repository.

Go ahead and implement the feature. I'm expecting one of the tricky bits to be killing the activity while keeping Steam alive, as we can no longer just kill the Steam snap cgroup.
2026-02-07 16:22:55 -05:00
4446f518a7
Update README with new Minecraft usage
I recommend Prism Launcher now
2026-01-09 23:02:25 -05:00
b7f2294a81
Merge pull request #22 from aarmea/u/aarmea/18/flatpak-type
Implement first-class Flatpak support
2026-01-09 22:32:04 -05:00
d823ed0a19 Implement Flatpak application type 2026-01-09 22:26:26 -05:00
b98fbc598f Add --force argument to install scripts
This overwrites the existing configuration
2026-01-09 22:14:15 -05:00
dc58817aea
Merge pull request #19 from aarmea/u/aarmea/fix/graceful-config
Add configuration validation
2026-01-04 21:11:28 -05:00
9c955e5d66 Make sway log out on config failure
If you don't, it becomes impossible to reconfigure without restarting the machine completely
2026-01-04 21:05:08 -05:00
7abd61f09a Add config validation binary and scripts 2026-01-04 21:00:44 -05:00
65292566f2 Standardize on ~/.config/shepherd/config.toml 2026-01-04 20:53:31 -05:00
51b81c2a5b
Merge pull request #17 from aarmea/u/aarmea/fix/mc-launcher-snap
Merging now, Minecraft specific issue is tracked in #18
2026-01-04 18:38:16 -05:00
5ace934882 Fix secrets management 2026-01-04 18:22:04 -05:00
18e9df9d83 %s/launcher/desktop environment alternative/g
When running "properly", there's no DE at all -- so it completely
replaces it.
2026-01-04 14:23:26 -05:00
619de4fd5e Add terminal activity example (for debugging) 2026-01-04 14:22:44 -05:00
c0af5b430a Add more Wayland dependencies 2026-01-04 14:22:20 -05:00
a8a61813b8 Make environment behave more like a real session 2026-01-04 14:21:02 -05:00
15697465c5 Capture logs for snap apps as well 2026-01-02 19:26:26 -05:00
1e584f2907 Add optional child process logging 2026-01-02 19:00:27 -05:00
3453e656a5
Merge pull request #15 from aarmea/u/aarmea/fix/no-clobber-config
Don't clober user configs on install
2026-01-01 23:20:24 -05:00
047878ee7f Don't clober user configs on install 2026-01-01 23:16:31 -05:00
6e63a4da1b
Merge pull request #14 from aarmea/u/aarmea/fix/runtime-fixes
Fix multi-user scenarios
2026-01-01 23:11:04 -05:00
60d5d9f1f1 lint 2026-01-01 22:55:53 -05:00
66cfcce29d Make Sway/systemd call shepherdd's graceful shutdown on logout 2026-01-01 22:48:47 -05:00
5c6f50b673 Implement graceful shepherdd shutdown 2026-01-01 22:40:57 -05:00
439a97d488 Only use user configs
Also having a system config was getting too confusing
2026-01-01 22:29:48 -05:00
540a546945
Merge pull request #13 from aarmea/u/aarmea/fix/dev-run
Fix dev-run
2026-01-01 18:13:12 -05:00
fcd9baf067 Fix dev-run 2026-01-01 18:07:11 -05:00
73203b3458
Merge pull request #12 from aarmea/u/aarmea/2/setup-scripts
Add setup scripts and documentation
2026-01-01 16:15:46 -05:00
39d956a753 Add curl as a build dependency
It seems Ubuntu stopped shipping this with desktop releases relatively recently
2026-01-01 15:57:55 -05:00
9c14fe5ccd Update documentation to reflect setup scripts 2026-01-01 13:50:48 -05:00