diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-08-02 14:09:45 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-02 14:09:45 -0400 |
commit | 316b7cfd211a1067e39b8317c51e69b65476b9ae (patch) | |
tree | 2918c3963e4ee5807fb8b0c0d12a43ddb963dd5e | |
parent | 20484bf4c8f136fa5a30e8bd5b4cc84ae5b2300c (diff) |
switch to librewolf
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ /* Constants */ #define TERMINAL "st" #define TERMCLASS "St" -#define BROWSER "brave" +#define BROWSER "librewolf" /* appearance */ static unsigned int borderpx = 3; /* border pixel of windows */ |