switch to librewolf

This commit is contained in:
krolyxon 2022-09-13 01:06:32 +05:30
parent 4db52c3b8d
commit d90a34bcde
3 changed files with 2 additions and 4 deletions

View File

@ -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) */

View File

@ -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) */

BIN
dwm

Binary file not shown.