From 5a5549f1575bf64012dd868242a9f0cbbe06fe05 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 25 Nov 2022 21:00:25 +0400 Subject: [PATCH] Remove Firefox hotkey --- src/config/keys.c | 1 - src/spawn.c | 5 ----- 2 files changed, 6 deletions(-) diff --git a/src/config/keys.c b/src/config/keys.c index e7eaf28..234a8b8 100644 --- a/src/config/keys.c +++ b/src/config/keys.c @@ -47,7 +47,6 @@ const Key keys[] = { { MODKEY, XK_z, spawn, {.v = "lock" } }, { MODKEY, XK_slash, spawn, {.v = "menu" } }, { MODKEY|ShiftMask, XK_slash, spawn, {.v = "term" } }, - { MODKEY|ShiftMask, XK_f, spawn, {.v = "firefox" } }, }; size_t keys_count() diff --git a/src/spawn.c b/src/spawn.c index d8d776d..0cb6dac 100644 --- a/src/spawn.c +++ b/src/spawn.c @@ -100,11 +100,6 @@ static struct Command commands[] = { #endif // WITH_TERMINAL_XTERM }, #endif // WITH_TERMINAL - { - .name = "firefox", - .monitor_arg_index = 0, - .args = { "firefox", NULL }, - }, }; void spawn_command(