1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

remove urxvt

This commit is contained in:
Henrik Hautakoski 2024-05-25 12:36:03 +02:00
parent e4da95c084
commit 40828d29c8

View file

@ -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);
}