mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-07 06:29:00 +01:00
dwm: Add fcitx5 support
This commit is contained in:
parent
c4ad120bf3
commit
dedb462a48
@ -20,6 +20,11 @@ in
|
||||
export XDG_SESSION_TYPE=x11
|
||||
export GDK_BACKEND=x11
|
||||
export XDG_CURRENT_DESKTOP=dwm
|
||||
export GTK_IM_MODULE=fcitx
|
||||
export QT_IM_MODULE=fcitx
|
||||
export XMODIFIERS=@im=fcitx
|
||||
export SDL_IM_MODULE=fcitx
|
||||
export GLFW_IM_MODULE=ibus
|
||||
|
||||
xrdb -merge ~/.Xresources
|
||||
xset r rate 300 50
|
||||
@ -32,6 +37,8 @@ in
|
||||
|
||||
picom --backend glx --vsync --shadow --fading --blur-background --blur-method dual_kawase --blur-size 10 --daemon
|
||||
|
||||
fcitx5 &
|
||||
|
||||
while true; do
|
||||
dwm >/dev/null 2>&1
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user