diff options
Diffstat (limited to 'nixpkgs/icewm.nix')
-rw-r--r-- | nixpkgs/icewm.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nixpkgs/icewm.nix b/nixpkgs/icewm.nix index 6897ca0..2a33c0d 100644 --- a/nixpkgs/icewm.nix +++ b/nixpkgs/icewm.nix @@ -6,6 +6,11 @@ home.file = { ".config/sx/sxrc".executable = true; ".config/sx/sxrc".text = '' + export XMODIFIERS="@im=fcitx" + export XMODIFIER="@im=fcitx" + export GTK_IM_MODULE="fcitx" + export QT_IM_MODULE="fcitx" + fcitx5 & ${pkgs.xorg.xsetroot}/bin/xsetroot -solid "#008080" ${pkgs.xorg.xkbcomp}/bin/xkbcomp ${../xkb/symbols/custom-fr} $DISPLAY xset s off |