diff options
| author | Luke Smith <[email protected]> | 2022-05-31 22:58:52 -0400 |
|---|---|---|
| committer | Luke Smith <[email protected]> | 2022-05-31 22:58:52 -0400 |
| commit | 7c356f79d7fffb4746bd0fe05840e61a4eaf865d (patch) | |
| tree | 2d27902c374f5e29bee6ece000865d7940a370ad | |
| parent | minimize shcmds, close #191 (diff) | |
| download | seiwm-7c356f79d7fffb4746bd0fe05840e61a4eaf865d.tar.xz seiwm-7c356f79d7fffb4746bd0fe05840e61a4eaf865d.zip | |
fix #191
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ /* Constants */ #define TERMINAL "st" #define TERMCLASS "St" +#define BROWSER "brave" /* appearance */ static unsigned int borderpx = 3; /* border pixel of windows */ |