From b93e8530ff97f6098b16e8ee2a98b0effdcc07b3 Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 27 Feb 2023 18:46:11 +0100 Subject: [PATCH] update keybinds in configuration --- x11-wm/speedwm-spde/files/keybinds.rl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-wm/speedwm-spde/files/keybinds.rl.h b/x11-wm/speedwm-spde/files/keybinds.rl.h index ac26583..31a9ded 100644 --- a/x11-wm/speedwm-spde/files/keybinds.rl.h +++ b/x11-wm/speedwm-spde/files/keybinds.rl.h @@ -55,7 +55,7 @@ static Key keys[] = { /* Application keybinds */ { KeyPress, MODIFIER1|SHIFT, -1, XK_Return, spawn, cmd( TERMINAL ) }, { KeyPress, MODIFIER1|SHIFT, -1, XK_s, spawn, cmd( "speedwm-screenshotutil -s" ) }, - { KeyPress, MODIFIER1|SHIFT, -1, XK_f, spawn, cmd( TERMINAL "lfrun || lf" ) }, + { KeyPress, MODIFIER1|SHIFT, -1, XK_f, spawn, cmd( TERMINAL "vifmrun || vifm" ) }, { KeyPress, MODIFIER1|SHIFT, -1, XK_w, spawn, cmd( "chromium || chromium-bin" ) }, { KeyPress, MODIFIER1|SHIFT, -1, XK_o, spawn, cmd( "speedwm-dfmpeg" ) }, { KeyPress, MODIFIER1|SHIFT, -1, XK_t, spawn, cmd( TERMINAL "nvim" ) }, @@ -82,8 +82,6 @@ static Key keys[] = { { KeyPress, MODIFIER1|CONTROL|SHIFT, -1, XK_b, spawn, cmd( "speedwm-btctrl" ) }, { KeyPress, MODIFIER1|CONTROL|SHIFT, -1, XK_r, spawn, cmd( "libspeedwm --perform core_wm_restart" ) }, - { KeyPress, MODIFIER1, -1, XK_q, toggleakill, {0} }, - /* Switcher */ { KeyPress, MODIFIER1, -1, XK_Tab, switcherstart, {0} },