~ruther/nixos-config

d4b4459cffd110cbe08bf6c13ad38287a98c3116 — Frantisek Bohacek 9 months ago abfa471
feat: use shifts toggle instead of altshift for dwl
1 files changed, 1 insertions(+), 1 deletions(-)

M pkgs/dwl/config.h
M pkgs/dwl/config.h => pkgs/dwl/config.h +1 -1
@@ 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;

Do not follow this link