Bluetooth added using blueman if installed. Updated the first run documentation.

This commit is contained in:
Storm Dragon
2025-04-08 04:36:45 -04:00
parent 100d25773c
commit 70f3cc749e
2 changed files with 67 additions and 2 deletions

5
i38.sh
View File

@@ -602,6 +602,11 @@ fi)
# Simple notes system bound to n
bindsym n exec --no-startup-id ${i3Path}/scripts/notes.py, mode "default"
$(if command -v blueman-manager &> /dev/null ; then
echo "# Bluetooth bound to b"
echo "bindsym b exec --no-startup-id blueman-manager, mode \"default\""
fi)
# Exit panel mode without any action
bindsym Escape mode "default"
bindsym Control+g mode "default"