diff options
Diffstat (limited to '.config/fcitx5')
-rwxr-xr-x | .config/fcitx5/systemd/fcitx5-systemd | 3 | ||||
-rw-r--r-- | .config/fcitx5/systemd/fcitx5-user.service | 6 | ||||
-rw-r--r-- | .config/fcitx5/systemd/fcitx5-user.timer | 5 | ||||
-rw-r--r-- | .config/fcitx5/systemd/fcitx5@.service | 9 |
4 files changed, 11 insertions, 12 deletions
diff --git a/.config/fcitx5/systemd/fcitx5-systemd b/.config/fcitx5/systemd/fcitx5-systemd deleted file mode 100755 index b529eff..0000000 --- a/.config/fcitx5/systemd/fcitx5-systemd +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash - -WAYLAND_DISPLAY=wayland-1 XDG_RUNTIME_DIR=/run/user/$(id -u) GTK_IM_MODULE=fcitx QT_IM_MODULE=fcitx XMODIFIERS=@im=fcitx /usr/bin/fcitx5 diff --git a/.config/fcitx5/systemd/fcitx5-user.service b/.config/fcitx5/systemd/fcitx5-user.service new file mode 100644 index 0000000..c077504 --- /dev/null +++ b/.config/fcitx5/systemd/fcitx5-user.service @@ -0,0 +1,6 @@ +[Unit] +Description=fcitx5 + +[Service] +ExecStart=/usr/bin/fcitx5 +Environment="GTK_IM_MODULE=fcitx" "QT_IM_MODULE=fcitx" "XMODIFIERS=@im-fcitx" diff --git a/.config/fcitx5/systemd/fcitx5-user.timer b/.config/fcitx5/systemd/fcitx5-user.timer new file mode 100644 index 0000000..614f6a2 --- /dev/null +++ b/.config/fcitx5/systemd/fcitx5-user.timer @@ -0,0 +1,5 @@ +[Timer] +OnActiveSec=5s + +[Install] +WantedBy=sway-session.target diff --git a/.config/fcitx5/systemd/fcitx5@.service b/.config/fcitx5/systemd/fcitx5@.service deleted file mode 100644 index 1ab45d9..0000000 --- a/.config/fcitx5/systemd/fcitx5@.service +++ /dev/null @@ -1,9 +0,0 @@ -[Unit] -Description=fcitx5 - -[Service] -User=%i -ExecStart=fcitx5-systemd - -[Install] -WantedBy=graphical.target |