feat(terminal): use st

This commit is contained in:
Anas Elgarhy 2023-08-30 06:34:57 +03:00
parent d785d51e2d
commit f8a0930e65
No known key found for this signature in database
GPG Key ID: 0501802A1D496528
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#ifndef CONFIG_H
#define CONFIG_H
/* def */
#define TERMINAL "kitty"
#define TERMINAL "st"
/* appearance */
static const unsigned int borderpx = 1; /* border pixel of windows */