summaryrefslogtreecommitdiff
path: root/xinit
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2023-02-02 15:07:52 +0100
committerJulian T <julian@jtle.dk>2023-02-02 15:07:52 +0100
commitc2de43acb0fe7e54d5d394cd4a9c9c8b00f7e41c (patch)
tree61204fec4833e37ea9f17ca0e0a4b6b3303e916c /xinit
parent0a77947cec942d943eae7a7c780147bbb18dffd7 (diff)
Hirigani and shxkd multimon
Diffstat (limited to 'xinit')
-rwxr-xr-xxinit/Scripts/xlaunchrc6
1 files changed, 6 insertions, 0 deletions
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 &