From d57cd657c9477f4514e93e5ff6c9dd85450d96ea Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 5 Aug 2023 17:21:05 +0900 Subject: feat(home/gui): start inputMethod on sway startup --- home/profiles/gui/config/sway.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home/profiles/gui/config') diff --git a/home/profiles/gui/config/sway.nix b/home/profiles/gui/config/sway.nix index 5577baf..eb4248c 100644 --- a/home/profiles/gui/config/sway.nix +++ b/home/profiles/gui/config/sway.nix @@ -1,4 +1,4 @@ -{ pkgs, neotheme }: +{ config, pkgs, neotheme }: with neotheme.colors; @@ -8,6 +8,8 @@ with neotheme.colors; exec autotiling + exec ${config.i18n.inputMethod.enabled} # assume binary name == option name + # set modifiers set $mod Mod4 set $alt Mod1 -- cgit 1.4.1