Linux command
tilda 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start Tilda terminal
tilda
Start with D-Bus support
tilda --dbus
Toggle specific Tilda instance
tilda -T [0]
Start hidden
tilda --hidden
Use specific config file
tilda -c [~/.config/tilda/config_0]
Show version
tilda --version
Display help
tilda --help
说明
Tilda is a GTK-based drop-down terminal emulator for Linux. It slides down from the top of the screen when activated by a hotkey, similar to the console in Quake-style games. The terminal supports tabs, transparency, customizable appearance, and can be configured to auto-hide when losing focus. Configuration is done through the preferences dialog accessible by right-clicking the terminal window. Multiple Tilda instances can run simultaneously, each with its own configuration file (config_0, config_1, etc.) stored in ~/.config/tilda/. The D-Bus interface enables integration with desktop environments for global hotkey support, particularly useful on Wayland.
参数
- --dbus
- Enable D-Bus interface for window toggling.
- -T, --toggle _n_
- Toggle visibility of instance n.
- --hidden
- Start with window hidden.
- -c, --config _file_
- Use specified configuration file.
- -C
- Open configuration wizard (deprecated, use right-click menu).
- --version
- Display version information.
- -h, --help
- Display help information.
FAQ
What is the tilda command used for?
Tilda is a GTK-based drop-down terminal emulator for Linux. It slides down from the top of the screen when activated by a hotkey, similar to the console in Quake-style games. The terminal supports tabs, transparency, customizable appearance, and can be configured to auto-hide when losing focus. Configuration is done through the preferences dialog accessible by right-clicking the terminal window. Multiple Tilda instances can run simultaneously, each with its own configuration file (config_0, config_1, etc.) stored in ~/.config/tilda/. The D-Bus interface enables integration with desktop environments for global hotkey support, particularly useful on Wayland.
How do I run a basic tilda example?
Run `tilda` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --dbus do in tilda?
Enable D-Bus interface for window toggling.