Initial commit
This commit is contained in:
11
monitor-controller.service.sample
Normal file
11
monitor-controller.service.sample
Normal file
@@ -0,0 +1,11 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user