4 lines
200 B
Bash
Executable File
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[@]} $@
|