Don't open the default st with dwm

I need the version with my configuration, not the default one.
This commit is contained in:
Oliver Davies 2025-05-09 17:12:18 +01:00
parent ea5e026a12
commit a09a3c21fb

View file

@ -6,7 +6,7 @@ in
prev.dwm.override {
conf = ''
#define BROWSER "${lib.getExe prev.librewolf}"
#define TERMINAL "${lib.getExe prev.st}"
#define TERMINAL "/run/current-system/sw/bin/st"
static const unsigned int borderpx = 1;
static const unsigned int snap = 32;