Advertising
advertising
related pastes to tag 'screen'
- 1737490 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- #
- # Monitors bluetooth looking for a specific device; if the
- # device is not present, lock the screen
- #
- # Device to look for. Either name or hex address will work.
- 1737488 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- #
- # Monitors bluetooth looking for a specific device; if the
- # device is not present, lock the screen
- #
- # Device to look for. Either name or hex address will work.
- 1737459 - btprox.sh: screensaver bluetooth screen lock
-
- #!/bin/sh
- # Device to look for. Either name or hex address will work.
- #DEVICE=00:25:CF:AA:A0:AC
- DEVICE=Marsbard
- if [ "$(id -u)" != "0" ];
- then