dotfiles/systemd/.config/systemd/user
Sanchayan Maity 8a7567a8b1 Start tmux sessions using systemd
While starting the tmux sessions from fish worked some environment
variables were not getting picked up in tmux session.

For example DISPLAY is set after we log in and the graphical sway
session starts but since tmux sessions were started before that it
would be absent from the tmux session. We may be wrong about the
exact order and reasoning for this but atleast that is the observed
behaviour.

Fix this by defining a sway session target and making the tmux session
service dependent on it.
2022-04-04 18:07:50 +05:30
..
default.target.wants systemd: Start ssh-agent with systemd user 2022-01-28 12:07:10 +05:30
timers.target.wants systemd: Move the email service & timer from mutt 2022-01-28 12:07:10 +05:30
email.service systemd: Move the email service & timer from mutt 2022-01-28 12:07:10 +05:30
email.timer systemd: Move the email service & timer from mutt 2022-01-28 12:07:10 +05:30
ssh-agent.service systemd: Start ssh-agent with systemd user 2022-01-28 12:07:10 +05:30
sway-session.target Start tmux sessions using systemd 2022-04-04 18:07:50 +05:30
tmux-session.service Start tmux sessions using systemd 2022-04-04 18:07:50 +05:30