aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-05-02 16:32:50 +0530
committerAkshay Nair <phenax5@gmail.com>2025-05-02 16:32:50 +0530
commite453b9654279a20ffcd59d80ba5b35649a594224 (patch)
treea1827b33aa721a98b758c8d9f8075e68c1286e84 /config.h
parenteb0a1842f4c9674c59156bf61b565dd1a46570b1 (diff)
downloadshotkey-e453b9654279a20ffcd59d80ba5b35649a594224.tar.gz
shotkey-e453b9654279a20ffcd59d80ba5b35649a594224.zip
Add null-browser key
Diffstat (limited to '')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6309ddb..547a140 100644
--- a/config.h
+++ b/config.h
@@ -68,6 +68,7 @@ Key keys[] = {
{ Super|ShiftMask, XK_c, cmd("zsh -c sensible-private-browser") },
{ Super, XK_b, cmd("brave") },
{ Super|ControlMask, XK_b, cmd("firefox") },
+ { Super|ControlMask, XK_n, cmd("zsh -c null-browser") },
{ Super|ShiftMask, XK_f, cmd("sensible-terminal -d $(xcwd) -e lf") },