mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-30 09:36:32 +10:00
allacritty
This commit is contained in:
parent
5dd3370096
commit
e9afd49da6
2 changed files with 3 additions and 3 deletions
2
scripts/alacritty.sh
Executable file
2
scripts/alacritty.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
# Start a desktop environment terminal detached from this shell
|
||||
nohup alacritty </dev/null >/dev/null 2>&1 &
|
||||
|
|
@ -7,6 +7,4 @@ sh $REPO_ROOT/scripts/build.sh
|
|||
sh $REPO_ROOT/scripts/stop.sh
|
||||
sh $REPO_ROOT/scripts/clean.sh
|
||||
sh $REPO_ROOT/scripts/start.sh
|
||||
|
||||
# Start the desktop environment detached from this shell
|
||||
nohup alacritty </dev/null >/dev/null 2>&1 &
|
||||
sh $REPO_ROOT/scripts/alacritty.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue