diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-20T15·12+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-20T15·12+0000 |
commit | 7f0c0084e2074f6f88dc5cb2e968a53dc923c4c0 (patch) | |
tree | 7c8a35cff7184821835715f3e1023b191a0a5f60 /configs/laptop | |
parent | ef2b9342682dd693b203c293520a849c8f3b40c1 (diff) |
Support Xresources for multiple devices
This borrows the setup used with .xsessionrc{,.shared,.device}. It supports configuration for my desktop, laptop, cloudtop.
Diffstat (limited to 'configs/laptop')
-rw-r--r-- | configs/laptop/x_server/.Xresources.device | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/laptop/x_server/.Xresources.device b/configs/laptop/x_server/.Xresources.device new file mode 100644 index 000000000000..3f574b5502df --- /dev/null +++ b/configs/laptop/x_server/.Xresources.device @@ -0,0 +1 @@ +Xft.dpi: 200 \ No newline at end of file |