monitor-controller/monitor-controller.service.sample

12 lines
288 B
Plaintext
Raw Permalink Normal View History

2024-09-08 09:42:31 +01:00
[Unit]
Description=Run the monitor-controller serivce
[Service]
Type=simple
StandardOutput=journal
# CHANGE THIS BEFORE COPYING TO THE SYSTEMD FOLDER
ExecStart=$HOME/.local/bin/monitor-controller -d -c $HOME/.config/hypr/mon.conf -p $HOME/.config/hypr
[Install]
WantedBy=default.target