diff --git a/urxvt/ext/ibeamcursor b/urxvt/ext/ibeamcursor deleted file mode 100644 index 5f0bf81..0000000 --- a/urxvt/ext/ibeamcursor +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/perl -# IBeam cursor in urxvt - -use strict; -use warnings; - -sub on_start { - my ($self) = @_; - my $cmd = "\033[5 q\r"; - $self->cmd_parse($cmd); -} \ No newline at end of file