diff options
Diffstat (limited to 'home/profiles/gui')
-rw-r--r-- | home/profiles/gui/config/sway.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index d5e0704..ff01ace 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -17,6 +17,8 @@ in # Link keychain: https://github.com/systemd/systemd/issues/5522#issuecomment-309226589 exec [ -x "$(command -v keyctl)" ] && keyctl link @u @s + exec fcitx5 -d --replace + # set modifiers set $mod Mod4 set $alt Mod1 |