]> 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:

rename to xresources
authormartin f. krafft <madduck@madduck.net>
Tue, 4 Oct 2016 11:17:26 +0000 (13:17 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 4 Oct 2016 18:59:44 +0000 (20:59 +0200)
.Xresources [moved from .Xdefaults with 100% similarity]
.xsession.d/02-xresources [moved from .xsession.d/02-xdefaults with 56% similarity]

similarity index 100%
rename from .Xdefaults
rename to .Xresources
similarity index 56%
rename from .xsession.d/02-xdefaults
rename to .xsession.d/02-xresources
index f3c5d9364814a006a00ab0683d282da22d8ed7a2..0f586695ed33aaa0a32c0ad3b6aa01e827dce9b5 100644 (file)
@@ -1,5 +1,5 @@
 # load .Xdefaults
 
 # load .Xdefaults
 
-xrdb -load ~/.Xdefaults
+xrdb -load ~/.Xresources
 
 # vim:ft=zsh
 
 # vim:ft=zsh