klotz: linux* + keyboard*

Bookmarks on this page are managed by an admin user.

0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag

  1. sudo nano /bin/connect-bluetooth.sh

    In that file add
    #!/bin/bash
    sudo bluetoothctl << EOF
    power on
    connect MAC Address »
    exit
    EOF

    Save that file.
    Make it executable

    sudo chmod +x /bin/connect-bluetooth.sh

    Then create a new file
    sudo nano /etc/systemd/system/connect-bluetooth.service

    Add this text:
    Unit »
    Description=Connect Bluetooth

    Service »
    Type=oneshot
    ExecStart=/bin/connect-bluetooth.sh

    Install »
    WantedBy=multi-user.target
    Save that file.

    Then run this command to enable that process
    sudo systemctl enable /etc/systemd/system/connect-bluetooth.service
  2. # Caps Lock becomes an additional Ctrl.
    setxkbmap -option caps:ctrl_modifier
    2020-09-29 Tags: , , , , , , , by klotz
  3. Synergy lets you use one keyboard and mouse across multiple computers.
    2010-04-06 Tags: , , , by klotz

Top of the page

First / Previous / Next / Last / Page 2 of 0 SemanticScuttle - klotz.me: Tags: linux + keyboard

About - Propulsed by SemanticScuttle