2 Autorun electerm when login to os
ZHAO Xudong edited this page 2026-01-21 18:44:29 +08:00

Autorun Electerm When Login to OS

Language / 语言: English | 中文


English

ubuntu 16.04+

start panel => startup applications => add =>

name: electerm, command: electerm --autohide

windows

create electerm.exe's shortcut and move the shortcut to %appdata%\Microsoft\Windows\Start Menu\Programs\Startup

Mac OS

create electerm.sh with content:

/Applications/electerm.app/Contents/MacOS/electerm --autohide
# make it exe
chmod +x electerm.sh

Then from settings -> Users & Groups -> Your-user -> login items -> add electerm.sh

中文

ubuntu 16.04+

启动面板 => 启动应用程序 => 添加 =>

名称: electerm, 命令: electerm --autohide

windows

创建 electerm.exe 的快捷方式,并将快捷方式移动到 %appdata%\Microsoft\Windows\Start Menu\Programs\Startup

Mac OS

创建 electerm.sh 文件,内容为:

/Applications/electerm.app/Contents/MacOS/electerm --autohide
# 使其可执行
chmod +x electerm.sh

然后从设置 -> 用户与群组 -> 您的用户 -> 登录项 -> 添加 electerm.sh