From 64a2f82fde88fa52f1c139fb419c242208b9f085 Mon Sep 17 00:00:00 2001 From: Carsten Block Date: Sun, 27 Nov 2022 20:56:29 +0100 Subject: [PATCH] swap/2 method is now called swapm/2 in keyd v2.4.2 This config produces a parse exception upon lauch of keyd v2.4.2 The reason: keyd switched to hungarion notation. Thus swap/2 method needs to be renamed to swapm/2. --- keyd/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyd/default.conf b/keyd/default.conf index 2d907a6..5355b09 100644 --- a/keyd/default.conf +++ b/keyd/default.conf @@ -30,7 +30,7 @@ space = M-/ # As soon as tab is pressed (but not yet released), we switch to the # "app_switch_state" overlay where we can handle Meta-Backtick differently. # Also, send a 'M-tab' key tap before entering app_switch_sate. -tab = swap(app_switch_state, M-tab) +tab = swapm(app_switch_state, M-tab) # Meta-Backtick: Switch to next window in the application group # - M-` is the default binding for 'switch-group' in gnome