diff --git a/dotfiles/config/systemd/user/lxqt-powermanagement.service b/dotfiles/config/systemd/user/lxqt-powermanagement.service new file mode 100644 index 00000000..936571c0 --- /dev/null +++ b/dotfiles/config/systemd/user/lxqt-powermanagement.service @@ -0,0 +1,12 @@ +[Unit] +Description=lxqt-powermanagement +Wants=taffybar.service +After=taffybar.service + +[Service] +Type=simple +ExecStart=/usr/bin/env lxqt-powermanagement +ExecStop=/usr/bin/pkill lxqt-powermanagement + +[Install] +WantedBy=wm.target