X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/cf156773aee9b6583ee0dc2c4ba5a0f4407b91c3..HEAD:/.Xresources?ds=sidebyside diff --git a/.Xresources b/.Xresources index 0b2a707..ec47849 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 @@ -69,7 +71,7 @@ URxvt.matcher.rend.1: Uline // URxvt.background: rgba:0000/0000/0000/dddd URxvt.transparent: false -URxvt.termName: rxvt-unicode +URxvt.termName: rxvt-unicode-256color 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))) }