From d2f1b02c333d2a3be9c853e300b09107b1ee246a Mon Sep 17 00:00:00 2001 From: Graham Helton Date: Mon, 1 Nov 2021 15:18:16 -0400 Subject: [PATCH] Updated I3 usage --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 3104266..fb23825 100644 --- a/README.MD +++ b/README.MD @@ -26,7 +26,7 @@ chmod +x bluetoother ``` ## Running with keypress in I3 -bindsym $Mod+shift+b exec /path/to/bluetoother +bindsym $mod+shift+b exec /usr/bin/terminator -e /usr/bin/bluetoother ## References https://computingforgeeks.com/connect-to-bluetooth-device-from-linux-terminal/