aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.h b/config.h
index 764c34a..be2aa72 100644
--- a/config.h
+++ b/config.h
@@ -31,11 +31,12 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "Telegram", NULL, NULL, 1 << 3, 1, 0, -1, -1 },
+ { "obs", NULL, NULL, 1 << 1, 1, 0, -1, -1 },
{ "SimpleScreenRecorder", NULL, NULL, 1 << 7, 1, 0, -1, -1 },
{ "Lutris", NULL, NULL, 0, 1, 0, 0, -1 },
{ "Spotify", NULL, NULL, 1 << 5, 1, 0, -1, -1 },
- { "Emacs", NULL, NULL, 1 << 4, 0, 0, -1, -1 },
- { "firefox", NULL, NULL, 1 << 2, 0, 0, -1, -1 },
+ { "Emacs", NULL, NULL, 1 << 1, 0, 0, -1, -1 },
+ { "Brave", NULL, NULL, 1 << 2, 0, 0, -1, -1 },
{ "Brave", NULL, NULL, 1 << 2, 0, 0, -1, -1 },
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
@@ -71,7 +72,7 @@ static const char *passmenucmd[] = { "passmenu", NULL};
static const char *termcmd[] = { "st", NULL };
static const char *layoutmenu_cmd = { "layoutmenu", NULL };
static const char *wallcmd[] = { "set_wallpaper", NULL };
-static const char *browser[] = { "firefox", NULL };
+static const char *browser[] = { "brave", NULL };
static Key keys[] = {
/* modifier key function argument */