Update systemd_enable.sh

Removed the explicitly-set `DISPLAY` variable as described in the following [issue](https://github.com/tmux-plugins/tmux-continuum/issues/127)

Fixes being unable to copy to clipboard with `xclip` after suspending / unsuspending.
This commit is contained in:
Friendliness 2023-10-05 17:35:06 +02:00 committed by GitHub
parent 3e4bc35da4
commit ac905ad286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ template() {
[Service] [Service]
Type=forking Type=forking
Environment=DISPLAY=:0
ExecStart=${tmux_path} ${systemd_tmux_server_start_cmd} ExecStart=${tmux_path} ${systemd_tmux_server_start_cmd}
ExecStop=${resurrect_save_script_path} ExecStop=${resurrect_save_script_path}