diff options
| -rw-r--r-- | config.def.h | 3 | ||||
| -rw-r--r-- | config.h | 3 | ||||
| -rwxr-xr-x | dwm | bin | 80208 -> 80176 bytes |
3 files changed, 2 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 42e6ca3..f952f69 100644 --- a/config.def.h +++ b/config.def.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Constants */ -#define BROWSER "firefox" +#define BROWSER "librewolf" #define TERMINAL "st" /* appearance */ @@ -35,7 +35,6 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Constants */ -#define BROWSER "firefox" +#define BROWSER "librewolf" #define TERMINAL "st" /* appearance */ @@ -35,7 +35,6 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ Binary files differ |
