From 13a99eb43a0c147194adfc04ca3750091514cdb7 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sun, 3 Dec 2023 19:02:29 +0100 Subject: [PATCH] --amend --- .config/i3/config.d/desk | 4 ++++ .config/i3/config_common | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/i3/config.d/desk b/.config/i3/config.d/desk index c342517..15f25d1 100644 --- a/.config/i3/config.d/desk +++ b/.config/i3/config.d/desk @@ -52,6 +52,10 @@ exec --no-startup-id amixer -D hw:PCH -M sset Headphone 100% bindsym $mod+b exec --no-startup-id ~/.config/i3/scripts/brightness.sh +# auto-connect to available and trusted bluetooth devices +# bound to a special button of my mouse that's the trick +bindsym Pause exec --no-startup-id bluetooth-autoconnect + ################################## # BINDINGS FOR STANDARD OPERATIONS ################################## diff --git a/.config/i3/config_common b/.config/i3/config_common index b68b7a4..91535f8 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -126,8 +126,6 @@ bindsym Mod4+p exec playerctl play-pause bindsym Mod4+Right exec playerctl next bindsym Mod4+Left exec playerctl previous -# auto-connect to available and trusted bluetooth devices -bindsym $mod+Shift+b exec --no-startup-id bluetooth-autoconnect ################################## # BINDINGS FOR STANDARD OPERATIONS ##################################