switch to librewolf
This commit is contained in:
parent
4db52c3b8d
commit
d90a34bcde
|
|
@ -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) */
|
||||
|
|
|
|||
3
config.h
3
config.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) */
|
||||
|
|
|
|||
Reference in New Issue