From c2de43acb0fe7e54d5d394cd4a9c9c8b00f7e41c Mon Sep 17 00:00:00 2001 From: Julian T Date: Thu, 2 Feb 2023 15:07:52 +0100 Subject: Hirigani and shxkd multimon --- xinit/Scripts/xlaunchrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xinit') diff --git a/xinit/Scripts/xlaunchrc b/xinit/Scripts/xlaunchrc index 3b7f5c8..e057b0b 100755 --- a/xinit/Scripts/xlaunchrc +++ b/xinit/Scripts/xlaunchrc @@ -33,6 +33,12 @@ for arg in $args do echo $arg case $arg in + jpinput) + export GTK_IM_MODULE=fcitx + export QT_IM_MODULE=fcitx + export XMODIFIERS=@im=fcitx + fcitx5 --replace -d & + ;; panel) echo starting panel polybar main & -- cgit v1.2.3