Document ~/.compose-cache

This commit is contained in:
Andrew Kvalheim 2022-03-06 09:25:27 -08:00
parent a22d13e2d5
commit 39cb4e0cd6
2 changed files with 2 additions and 2 deletions

View file

@ -27,7 +27,7 @@ in
xdg.configFile."Yubico/u2f_keys".source = ./local/andrew.u2f; xdg.configFile."Yubico/u2f_keys".source = ./local/andrew.u2f;
# Keyboard # Keyboard
# TODO: Clear `~/.cache/gtk-3.0/compose` on change # TODO: Clear `~/.compose-cache` and `~/.cache/gtk-3.0/compose` on change
home.file.".XCompose".text = home.file.".XCompose".text =
(builtins.readFile ../../common/Compose) + (builtins.readFile ../../common/Compose) +
(builtins.readFile ./local/Compose); (builtins.readFile ./local/Compose);

View file

@ -19,7 +19,7 @@ in
xdg.configFile."Yubico/u2f_keys".source = ./local/andrew.u2f; xdg.configFile."Yubico/u2f_keys".source = ./local/andrew.u2f;
# Keyboard # Keyboard
# TODO: Clear `~/.cache/gtk-3.0/compose` on change # TODO: Clear `~/.compose-cache` and `~/.cache/gtk-3.0/compose` on change
home.file.".XCompose".text = home.file.".XCompose".text =
(builtins.readFile ../../common/Compose) + (builtins.readFile ../../common/Compose) +
(builtins.readFile ./local/Compose); (builtins.readFile ./local/Compose);