dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit 5665b6e4c3efc09630f32c6201fbc87a9cf36e5e
parent 61f6b9c37835c950899c6fe2a1660c7f52cecab0
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 22 Jul 2017 20:09:12 +0100

enabled dynamic-colors for on the fly scheme switching

https://github.com/sos4nt/dynamic-colors

Diffstat:
Murxvt/.Xdefaults | 4++++
Aurxvt/.dynamic-colors | 1+
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults @@ -42,6 +42,10 @@ urxvt.perl-ext-common: default,matcher urxvt.url-launcher: /usr/bin/xdg-open urxvt.matcher.button: 1 +! Dynamic colors +xterm*dynamicColors: true +urxvt*dynamicColors: on + ! Misc urxvt.saveLines: 9999 urxvt.iso14755: false diff --git a/urxvt/.dynamic-colors b/urxvt/.dynamic-colors @@ -0,0 +1 @@ +Subproject commit 47a91bb6bf4091a282cc29aaf3375cdae1340ad0