documentation refactoring

This commit is contained in:
2025-10-25 12:59:41 +00:00
parent 2af6388c2e
commit 98c4681aed
16 changed files with 528 additions and 580 deletions

17
docs/terminals/guake.md Normal file
View 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
```

View File

@@ -0,0 +1,5 @@
# Terminator
```bash
apt install terminator
```