aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-21 00:54:24 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-21 00:54:24 +1200
commitf3ced8eca82c4fa4a93819860f6b413372e8e7c2 (patch)
tree1cae11d717aa504c6703860874e816093084854a
parentUse sh for shell for sxhkd (diff)
downloaddotfiles-f3ced8eca82c4fa4a93819860f6b413372e8e7c2.tar.gz
dotfiles-f3ced8eca82c4fa4a93819860f6b413372e8e7c2.zip
Don't copy PRIMARY to CLIPBOARD from urxvt anymore
Trying to get used to doing this properly again.
-rw-r--r--urxvt/ext/select.pl8
1 files changed, 0 insertions, 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 ();
-}