From ac905ad2860e1913aa8bc7a2dad7439f1460853b Mon Sep 17 00:00:00 2001 From: Friendliness <62225953+Friendliness@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:35:06 +0200 Subject: [PATCH] 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. --- scripts/handle_tmux_automatic_start/systemd_enable.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/handle_tmux_automatic_start/systemd_enable.sh b/scripts/handle_tmux_automatic_start/systemd_enable.sh index ec9d349..0ddcb06 100755 --- a/scripts/handle_tmux_automatic_start/systemd_enable.sh +++ b/scripts/handle_tmux_automatic_start/systemd_enable.sh @@ -23,7 +23,6 @@ template() { [Service] Type=forking - Environment=DISPLAY=:0 ExecStart=${tmux_path} ${systemd_tmux_server_start_cmd} ExecStop=${resurrect_save_script_path}