From f3ced8eca82c4fa4a93819860f6b413372e8e7c2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 21 May 2022 00:54:24 +1200 Subject: Don't copy PRIMARY to CLIPBOARD from urxvt anymore Trying to get used to doing this properly again. --- urxvt/ext/select.pl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/urxvt/ext/select.pl b/urxvt/ext/select.pl index 589c7464..7701e963 100644 --- a/urxvt/ext/select.pl +++ b/urxvt/ext/select.pl @@ -83,11 +83,3 @@ sub on_sel_extend { # Done return (); } - -# Copy selections to CLIPBOARD as well as PRIMARY. -sub on_sel_grab { - my ( $self, $time ) = @_; - $self->selection( $self->selection, 1 ); - $self->selection_grab( $time, 1 ); - return (); -} -- cgit v1.2.3