documentation refactoring
This commit is contained in:
17
docs/terminals/guake.md
Normal file
17
docs/terminals/guake.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# guake
|
||||
|
||||
```bash
|
||||
apt install guake
|
||||
```
|
||||
|
||||
```bash
|
||||
# ~/.config/autostart/guake.desktop
|
||||
[Desktop Entry]
|
||||
Name=guake
|
||||
GenericName=guake auto start
|
||||
Comment=
|
||||
Exec=guake --hide
|
||||
Terminal=false
|
||||
Type=Application
|
||||
X-GNOME-Autostart-enabled=true
|
||||
```
|
||||
5
docs/terminals/terminator.md
Normal file
5
docs/terminals/terminator.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Terminator
|
||||
|
||||
```bash
|
||||
apt install terminator
|
||||
```
|
||||
Reference in New Issue
Block a user