https://github.com/antomfdez/mterm
Minimalist terminal emulator with straight forward config in one file.
https://github.com/antomfdez/mterm
Last synced: 3 months ago
JSON representation
Minimalist terminal emulator with straight forward config in one file.
- Host: GitHub
- URL: https://github.com/antomfdez/mterm
- Owner: antomfdez
- Created: 2024-07-01T13:48:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T17:11:03.000Z (over 1 year ago)
- Last Synced: 2025-01-27T14:58:25.620Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MTerm
(MinimalTerm) - Minimalist terminal emulator with straight forward config in one file.
### Build: deps(gtk3-devel, vte3-devel)
```bash
sudo make
```
### Config: in main.c
```c
// Config:
const char *font = "Comic Code 21"; // example "Monospace 12";
double transparency = 0.8; // Default transparency (80%)
const char *shell = "/bin/fish"; // example "/bin/bash";
```
## Screenshots
