Add xresources stuff

This commit is contained in:
2026-05-08 00:28:43 -07:00
parent 418345dcf7
commit f7be478235
2 changed files with 15 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
! -*- mode: conf; comment-start: "!" -*-
Xft.dpi: 192
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=Load xresouces database from %f
PartOf=graphical-session.target
After=xwayland-satellite.service
[Service]
Type=oneshot
ExecStart=xrdb -merge %f
RemainAfterExit=yes
[Install]
WantedBy=graphical-session.target