From d4b4459cffd110cbe08bf6c13ad38287a98c3116 Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Sun, 9 Jun 2024 20:54:29 +0200 Subject: [PATCH] feat: use shifts toggle instead of altshift for dwl --- pkgs/dwl/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/dwl/config.h b/pkgs/dwl/config.h index 07b75c6..903ba83 100644 --- a/pkgs/dwl/config.h +++ b/pkgs/dwl/config.h @@ -85,7 +85,7 @@ static const TagRule tagrules[] = { static const struct xkb_rule_names xkb_rules = { .layout = "us,cz", .variant = ",qwerty", - .options = "compose:ralt,ctrl:nocaps,grp:alt_shift_toggle", + .options = "compose:ralt,ctrl:nocaps,grp:shifts_toggle", }; static const int repeat_rate = 25; -- 2.48.1