mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-27 20:18:49 +02:00
This is derived from my Awesome configuration. Still a lot to do from a WM perspective. The organization is a bit different and I am giving it up on the per-display systemd units as it does not really work due to the fact we only have one user DBus and one environment.
7 lines
135 B
Desktop File
7 lines
135 B
Desktop File
[Unit]
|
|
Description=tmux session
|
|
|
|
[Service]
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/bin/tmux start-server
|
|
ExecStop=/usr/bin/tmux kill-server
|