diff options
| author | Andrew <saintruler@gmail.com> | 2021-07-07 00:39:27 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2021-07-07 00:39:27 +0400 |
| commit | d3a3b2318e3bfb1e447674582a22fe1737b18c02 (patch) | |
| tree | a93757bcde9cc9110b806411d162f83fbd62fed5 /.local | |
| parent | 7c867644730a90f81a1a326b0747cb5b23621318 (diff) | |
Added shortcuts for splits in vim and made scan time in bluecontrol script run longer
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/scripts/bluecontrol | 2 |
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" |