Skip to content

sam-muldrow/magicTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

magicTool

Bash script for connect to Apple magic keyboard and mouse on startup

How to use:

  • Replace MAC addresses in connectToBluetooth.sh with MAC address of magic keyboard and mouse
  • Run script as sudo

How to run on start up:

  • Make connectToBluetooth.sh executable: chmod +x connectToBluetooth.sh
  • Create a file in /etc/systemd/system/magicTool.service
[Unit]
Description=Magic Tool Script

[Service]
ExecStart=/path/to/connectToBluetooth.sh

[Install]
WantedBy=multi-user.target
  • Enable the service to run: systemctl enable magicTool

  • For best results power cycle magic keyboard and mouse on startup

About

Bash script for connect to Apple magic keyboard and mouse on startup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages