]> git.madduck.net Git - etc/xsession.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

enable 256 colours in rxvt-unicode
authormartin f. krafft <madduck@madduck.net>
Thu, 3 Feb 2022 06:34:33 +0000 (07:34 +0100)
committermartin f. krafft <madduck@madduck.net>
Thu, 3 Feb 2022 06:34:33 +0000 (07:34 +0100)
.Xresources

index 46cf3648c1f94bdec1b0800d35ebb4489c527e7a..ec47849a3f215d5a377c7f7d94d34ccb38c812f4 100644 (file)
@@ -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))) }