From 2cc55ac8158e550c49f94334d12a7547fb0ef695 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 15 Nov 2021 12:33:04 -0500 Subject: [PATCH] Add fcitx to bspwm config Note that we're using fcitx5 instead of the older fcitx4 since the new version supports sway and wayland in general. --- bspwm/.config/bspwm/bspwmrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bspwm/.config/bspwm/bspwmrc b/bspwm/.config/bspwm/bspwmrc index 3016e059..a086ae9f 100755 --- a/bspwm/.config/bspwm/bspwmrc +++ b/bspwm/.config/bspwm/bspwmrc @@ -96,3 +96,6 @@ bspc rule -a Onboard state=floating sticky=on # Configure touchpad xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scrolling Enabled" 1 xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 + +# Start fcitx +fcitx5 &