mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-28 03:43:21 +10:00
2 lines
109 B
Bash
Executable file
2 lines
109 B
Bash
Executable file
# Start a desktop environment terminal detached from this shell
|
|
nohup alacritty </dev/null >/dev/null 2>&1 &
|