Add xresources stuff
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
! -*- mode: conf; comment-start: "!" -*-
|
||||||
|
|
||||||
|
Xft.dpi: 192
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user