[XCompose] Adds XCompose file

This commit is contained in:
2025-02-12 19:42:39 -08:00
parent eee5479bf9
commit 032a0b477e
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
include "%L"
<Multi_key> <m> <u> : "μ"
<Multi_key> <minus> <comma> : "¬"
<Multi_key> <asciicircum> <asciicircum> : "∧"
<Multi_key> <v> <v> : ""

View File

@@ -31,6 +31,11 @@
# Hint for electron apps to use wayland # Hint for electron apps to use wayland
home.sessionVariables.NIXOS_OZONE_WL = "1"; home.sessionVariables.NIXOS_OZONE_WL = "1";
# Micelaneious config files
home.file = {
".XCompose".source = ./config/XCompose;
};
# GTK settings # GTK settings
gtk = { gtk = {
enable = true; enable = true;