Skip to content

Commit

Permalink
Adding documentation comments for Logitech mouse.
Browse files Browse the repository at this point in the history
Signed-off-by: Yoni Bettan <[email protected]>
  • Loading branch information
ybettan committed Dec 12, 2023
1 parent 1a86573 commit 518ed19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ function configure_closed_lid_action {
}

function start_logitech_mouse {
# https://github.com/PixlOne/logiops
git clone https://github.com/PixlOne/logiops.git /tmp/logiops
mkdir /tmp/logiops/build
cd /tmp/logiops/build
Expand All @@ -49,6 +50,7 @@ function start_logitech_mouse {
sudo make install
sudo systemctl enable --now logid
cd -
# In order to manually re-run it, run `sudo systemctl restart logid`
}

start_cronjobs
Expand Down

0 comments on commit 518ed19

Please sign in to comment.