mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-12-22 15:48:50 +00:00
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:
parent
3e4bc35da4
commit
ac905ad286
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user