feat: Adds arch specific scripts and removes raycast (macOS) specific scripts.

This commit is contained in:
2025-09-21 01:03:39 -04:00
parent 40fe096baa
commit d90146fde3
8 changed files with 103 additions and 145 deletions

7
scripts/arch/launch-webapp Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Adapted from https://github.com/basecamp/omarchy/tree/master?tab=readme-ov-file
#
browser="chromium.desktop"
exec setsid uwsm app -- $(sed -n 's/^Exec=\([^ ]*\).*/\1/p' {~/.local,~/.nix-profile,/usr}/share/applications/$browser 2>/dev/null | head -1) --app="$1" "${@:2}"