X-Git-Url: https://git.madduck.net/etc/xsession.git/blobdiff_plain/5a12b8927d1fad83964638d5e2fc9c3bf8a6679a..0a263fdb60c3f844983ff0d4cfbc03789e4ad02f:/.Xresources diff --git a/.Xresources b/.Xresources index b5e6cf6..46cf364 100644 --- a/.Xresources +++ b/.Xresources @@ -8,9 +8,9 @@ Rxvt.font: \ -misc-fixed-medium-r-normal--17-120-100-100-c-0-iso10646-1 #else Rxvt.font: \ - xft:Bitstream Vera Sans Mono:pixelsize=13,\ - xft:Noto Mono:pixelsize=12,\ - -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1 + xft:Bitstream Vera Sans Mono:pixelsize=14,\ + xft:Noto Mono:pixelsize=13,\ + -misc-fixed-medium-r-semicondensed--14-130-75-75-c-70-iso10646-1 #endif URxvt.keysym.C-equal: font-size:increase @@ -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 @@ -70,3 +72,9 @@ URxvt.matcher.rend.1: Uline URxvt.transparent: false 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: