X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/a4f250e1e844c8f26f3a228222b2fe2bcb2dbd7c..0a263fdb60c3f844983ff0d4cfbc03789e4ad02f:/.Xresources diff --git a/.Xresources b/.Xresources index 83041b3..46cf364 100644 --- a/.Xresources +++ b/.Xresources @@ -53,6 +53,8 @@ URxvt.cutchars: "\`\"'&()*,;<=>?@[]^{|}⇝·/:" Rxvt.loginShell: true +URxvt.iso14755: false + URxvt.perl-ext-common: default,matcher,confirm-paste,-readline,font-size URxvt.keysym.C-Return: matcher:select @@ -73,3 +75,6 @@ URxvt.termName: rxvt-unicode URxvt.keysym.A-t: eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F", localtime))) } URxvt.keysym.A-T: eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F-%H%M%S", localtime))) } + +irc.keysym.A-t: builtin: +irc.keysym.A-T: builtin: