12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
|
[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
|