mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
Fix not working with alacritty
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
exec setsid uwsm-app -- "${TERMINAL:-alacritty}" "$@"
|
||||
exec setsid uwsm-app -- "${TERMINAL:-alacritty}" -e "$@"
|
||||
|
||||
Reference in New Issue
Block a user