this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

style(fcitx): hide input method info

+3
+3
configuration.nix
··· 57 57 }; 58 58 }; 59 59 globalOptions = { 60 + "Behavior" = { 61 + "ShowInputMethodInformation" = "False"; 62 + }; 60 63 "Hotkey/EnumerateForwardKeys" = { 61 64 "0" = "Control+Shift+space"; 62 65 };