diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-11-13 14:07:24 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | e4e9e3b440bc915b15abee33aeeb23f8194dd298 (patch) | |
tree | 6ae44af87c2e2b29486e030159e42b02640a3694 /.config/fcitx5/systemd/fcitx5-user.timer | |
parent | b54b546c793cd989f975e699197c20522f73e3f4 (diff) |
[sway+gammastep+fcitx5] start sway via systemd service on login and adjust gammastep and fcitx5 services to run after sway-session.target
Diffstat (limited to '.config/fcitx5/systemd/fcitx5-user.timer')
-rw-r--r-- | .config/fcitx5/systemd/fcitx5-user.timer | 5 |
1 files changed, 5 insertions, 0 deletions
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 |