From a38b9be235b43d4ab5597a2d1a19894900964166 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 17 Aug 2024 19:08:38 +0100 Subject: [PATCH] [README]: Update name of bluetooth_connect.pl => bluetooth_dmenu.pl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34935e1..ba0e313 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - `bluetooth-off.sh`: script for disabling bluetooth with bluetoothcl on a system that uses runit as its init system (such as Void GNU/Linux). - `bluetooth-on.sh`: Same as `bluetooth-off.sh` but for enabling bluetooth. - - `bluetooth_connect.pl`: Perl script that allows the user to select a bluetooth device to connect to via `dmenu`. + - `bluetooth_dmenu.pl`: Perl script that allows the user to select a bluetooth device to connect to via `dmenu`. - `bluetooth_info.pl`: Perl script to display information about connected bluetooth devices. Designed to be used with polybar. - `bspwm_window_count.sh`: script for listing the number of open windows on the current "desktop" (workspace) with the bspwm window manager. Primarily for use in status bars as indicator that windows may be hidden behind another when in floating or monocle mode.