aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dunst/.config/systemd
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-08-08 16:15:57 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-08-08 16:15:57 -0500
commitd64310c1452e4467c6c1451f9dbee7807f82190e (patch)
treeda1d5e63f3e087b199ba7be9cfa1dceb48826734 /dunst/.config/systemd
parenta92449fb658067d4f2957f4105323da10de48136 (diff)
fix: fix font config in multiple locations
Diffstat (limited to 'dunst/.config/systemd')
-rw-r--r--dunst/.config/systemd/user/dunst.service.d/50-install.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/dunst/.config/systemd/user/dunst.service.d/50-install.conf b/dunst/.config/systemd/user/dunst.service.d/50-install.conf
new file mode 100644
index 0000000..c6b29cd
--- /dev/null
+++ b/dunst/.config/systemd/user/dunst.service.d/50-install.conf
@@ -0,0 +1,5 @@
+[Unit]
+After=graphical-session.target
+
+[Install]
+WantedBy=graphical-session.target