mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
vanadium/xmonad: keep some env var config
Revert "home/firefox: set MOZ_USE_XINPUT2=1" This reverts commit7e5116f55d. Revert "home/fcitx: set GLFW_IM_MODULE" This reverts commit7d949dcce2.
This commit is contained in:
parent
cf806d7064
commit
808dfa95ae
3 changed files with 8 additions and 8 deletions
|
|
@ -22,8 +22,4 @@ in {
|
|||
xdg.configFile = lib.mkIf cfg.enable {
|
||||
"fcitx5".source = "${./fcitx}";
|
||||
};
|
||||
|
||||
home.sessionVariables = lib.mkIf cfg.enable {
|
||||
GLFW_IM_MODULE = "ibus"; # make kitty aware of fcitx via ibus interface
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -105,8 +105,4 @@ in {
|
|||
"text/html" = ["firefox.desktop"];
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = lib.mkIf cfg.enable {
|
||||
MOZ_USE_XINPUT2 = "1"; # Better scrolling
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue