Support Xresources for multiple devices

This borrows the setup used with .xsessionrc{,.shared,.device}. It supports
configuration for my desktop, laptop, cloudtop.
This commit is contained in:
William Carroll 2019-03-20 15:12:40 +00:00
parent ef2b934268
commit 7f0c0084e2
4 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1 @@
Xcursor.size: 24

View file

@ -0,0 +1 @@
Xft.dpi: 200

View file

@ -1,2 +1,2 @@
! value for laptop
Xft.dpi: 200
#include ".Xresources.shared"
#include ".Xresources.device"

View file

@ -0,0 +1 @@
! Put shared configuration here