Skip to content

Commit

Permalink
Update systemd_enable.sh
Browse files Browse the repository at this point in the history
Removed the explicitly-set `DISPLAY` variable as described in the following [issue](tmux-plugins#127)

Fixes being unable to copy to clipboard with `xclip` after suspending / unsuspending.
  • Loading branch information
Friendliness authored Oct 5, 2023
1 parent 3e4bc35 commit ac905ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/handle_tmux_automatic_start/systemd_enable.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ template() {
[Service]
Type=forking
Environment=DISPLAY=:0
ExecStart=${tmux_path} ${systemd_tmux_server_start_cmd}
ExecStop=${resurrect_save_script_path}
Expand Down

0 comments on commit ac905ad

Please sign in to comment.