42 lines
695 B
Markdown
42 lines
695 B
Markdown
# Guake 安装与配置
|
||
|
||
Guake 与 Yakuake 类似,属于一键呼出的下拉式终端。与 Yakuake 依赖 Konsole 不同,Guake 基于 Gnome 环境开发。
|
||
|
||
## 1.安装
|
||
|
||
```bash
|
||
# Manjaro
|
||
sudo pacman -S guake
|
||
```
|
||
|
||
## 2.配置
|
||
|
||
运行 guake,默认 F12 呼出终端。点击鼠标右键进行配置。
|
||
|
||
### 2.1.General
|
||
|
||
* Start Guake at login:Y
|
||
* Gtk Theme:Adwaita-maia-dark
|
||
|
||
### 2.2.Main Window
|
||
|
||
* Display as tab names:Last Segment
|
||
* Hide tabbar when fullscreen:N
|
||
* Height:100%
|
||
|
||
### 2.3.Scrolling
|
||
|
||
* Show scrollbar:Y
|
||
* Scrollback lines:100000
|
||
|
||
### 2.4.Appearance
|
||
|
||
* Built-in schemes:Monokai
|
||
* Transparency:30%
|
||
|
||
### 2.5.Keyboard shortcuts
|
||
|
||
**General:**
|
||
|
||
* Toggle Guake visibility:Ctrl+F12
|