omarchy/bin/omarchy-launch-browser
2025-08-25 12:17:16 -04:00

4 lines
200 B
Bash
Executable File

#!/bin/bash
exec setsid uwsm app -- $(sed -n 's/^Exec=\([^ ]*\).*/\1/p' {~/.local,~/.nix-profile,/usr}/share/applications/$(xdg-settings get default-web-browser) 2>/dev/null | head -1) ${args[@]} $@