switch to librewolf
This commit is contained in:
parent
4db52c3b8d
commit
d90a34bcde
|
|
@ -1,7 +1,7 @@
|
||||||
/* See LICENSE file for copyright and license details. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
|
|
||||||
/* Constants */
|
/* Constants */
|
||||||
#define BROWSER "firefox"
|
#define BROWSER "librewolf"
|
||||||
#define TERMINAL "st"
|
#define TERMINAL "st"
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
|
|
@ -35,7 +35,6 @@ static const Rule rules[] = {
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||||
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|
|
||||||
3
config.h
3
config.h
|
|
@ -1,7 +1,7 @@
|
||||||
/* See LICENSE file for copyright and license details. */
|
/* See LICENSE file for copyright and license details. */
|
||||||
|
|
||||||
/* Constants */
|
/* Constants */
|
||||||
#define BROWSER "firefox"
|
#define BROWSER "librewolf"
|
||||||
#define TERMINAL "st"
|
#define TERMINAL "st"
|
||||||
|
|
||||||
/* appearance */
|
/* appearance */
|
||||||
|
|
@ -35,7 +35,6 @@ static const Rule rules[] = {
|
||||||
*/
|
*/
|
||||||
/* class instance title tags mask isfloating monitor */
|
/* class instance title tags mask isfloating monitor */
|
||||||
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
{ "Gimp", NULL, NULL, 0, 1, -1 },
|
||||||
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
|
|
||||||
Reference in New Issue