aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 8f40c99..83be131 100644
--- a/config.h
+++ b/config.h
@@ -70,6 +70,7 @@ Key keys[] = {
{ Super|ShiftMask, XK_c, cmd("sensible-private-browser") },
// { Super, XK_b, cmd("sensible-browser") },
// { Super|ShiftMask, XK_b, cmd("sensible-private-browser") },
+ { Super, XK_b, cmd("firefox") },
{ Super|ControlMask, XK_b, cmd("brave") },
{ Super|ShiftMask, XK_f, cmd("sensible-terminal -d $(xcwd) -e lf") },