diff --git a/.config/systemd/user/lxqt-config-monitor.service b/.config/systemd/user/lxqt-config-monitor.service new file mode 100644 index 0000000..b07ae67 --- /dev/null +++ b/.config/systemd/user/lxqt-config-monitor.service @@ -0,0 +1,9 @@ +[Unit] +Description=The LXQt Config Monitor + +[Service] +Type=oneshot +ExecStart=/usr/bin/lxqt-config-monitor -l + +[Install] +WantedBy=Xorg.target