Skip to content

Instantly share code, notes, and snippets.

@bartosjiri
Last active December 29, 2023 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bartosjiri/642a57f177a0b4fb69cf66e8cad97d6d to your computer and use it in GitHub Desktop.
Save bartosjiri/642a57f177a0b4fb69cf66e8cad97d6d to your computer and use it in GitHub Desktop.
Manjaro disable bluetooth at login

Manjaro disable bluetooth at login

Problem

Manjaro automatically turns on bluetooth at login.

Solution

  1. Run the following command:

    gsettings set org.blueman.plugins.powermanager auto-power-on false
    
  2. Reboot to take effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment