mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 18:58:28 +02:00
refactor(home/linux/gui/hyprland): refactor hyprland config
This commit is contained in:
5
home/linux/gui/hyprland/conf/configs/fcitx5.conf
Normal file
5
home/linux/gui/hyprland/conf/configs/fcitx5.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
# -- Fcitx5 input method
|
||||
windowrule=pseudo,class:^(fcitx)$ # enable this will make fcitx5 works, but fcitx5-configtool will not work!
|
||||
exec-once=cp ~/.config/fcitx5/profile-bak ~/.config/fcitx5/profile # restore fcitx5 profile managed by nixos
|
||||
exec-once=fcitx5 -d --replace # start fcitx5 daemon
|
||||
bind=ALT,E,exec,pkill fcitx5 -9;sleep 1;fcitx5 -d --replace; sleep 1;fcitx5-remote -r
|
||||
Reference in New Issue
Block a user