X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/ba53b6d3184aff5f533ae87abba4e9466fddef5a..d6b0cceda936ea18603b670158eb38b23840b2d7:/.Xresources diff --git a/.Xresources b/.Xresources index 79b412c..3bd0b68 100644 --- a/.Xresources +++ b/.Xresources @@ -70,3 +70,6 @@ URxvt.matcher.rend.1: Uline URxvt.transparent: false URxvt.termName: rxvt-unicode + +URxvt.keysym.C-t: eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F", localtime))) } +URxvt.keysym.C-T: eval:{ use POSIX qw(strftime); $self->{term}->tt_write_user_input($self->{term}->locale_encode(POSIX::strftime("%F %H:%M:%S", localtime))) }