summaryrefslogtreecommitdiff
path: root/.local/bin/scripts/bluecontrol
diff options
context:
space:
mode:
authorAndrew <saintruler@gmail.com>2021-07-07 00:39:27 +0400
committerAndrew <saintruler@gmail.com>2021-07-07 00:39:27 +0400
commitd3a3b2318e3bfb1e447674582a22fe1737b18c02 (patch)
treea93757bcde9cc9110b806411d162f83fbd62fed5 /.local/bin/scripts/bluecontrol
parent7c867644730a90f81a1a326b0747cb5b23621318 (diff)
Added shortcuts for splits in vim and made scan time in bluecontrol script run longer
Diffstat (limited to '.local/bin/scripts/bluecontrol')
-rwxr-xr-x.local/bin/scripts/bluecontrol2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/scripts/bluecontrol b/.local/bin/scripts/bluecontrol
index f69def3..ec57a1b 100755
--- a/.local/bin/scripts/bluecontrol
+++ b/.local/bin/scripts/bluecontrol
@@ -21,7 +21,7 @@ fPower()
fScan()
{
- local time=5
+ local time=60
notify-send "Turning on scanning for $time seconds"
timeout $time bluetoothctl -- scan on
notify-send "Scanning turned off"