From: martin f. krafft Date: Thu, 3 Feb 2022 06:34:33 +0000 (+0100) Subject: enable 256 colours in rxvt-unicode X-Git-Url: https://git.madduck.net/etc/xsession.git/commitdiff_plain/c6d8460df56e6819fc2ee045bdca6af0cb726054 enable 256 colours in rxvt-unicode --- diff --git a/.Xresources b/.Xresources index 46cf364..ec47849 100644 --- a/.Xresources +++ b/.Xresources @@ -71,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))) }