Finally figured out how to type 'special characters' in nixos+niri.
First set the
composekey in niri config, e.g.options "grp:alt_shift_toggle,caps:ctrl_modifier,compose:rctrl"To see all symbols:
less $(nix-build '<nixpkgs>' -A xorg.libX11 --no-out-link)/share/X11/locale/en_US.UTF-8/ComposeCommon symbols (for me)
<Multi_key> <period> <equal> : "•" enfilledcircbullet # BULLET<Multi_key> <s> <o> : "§" section # SECTION SIGN
To use these I type rctrl . = to get a • and rctrl s o to get §.