master
Quentin Duchemin 2023-12-03 19:02:29 +01:00
parent dcdbcc1723
commit 13a99eb43a
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 4 additions and 2 deletions

View File

@ -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 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 # BINDINGS FOR STANDARD OPERATIONS
################################## ##################################

View File

@ -126,8 +126,6 @@ bindsym Mod4+p exec playerctl play-pause
bindsym Mod4+Right exec playerctl next bindsym Mod4+Right exec playerctl next
bindsym Mod4+Left exec playerctl previous 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 # BINDINGS FOR STANDARD OPERATIONS
################################## ##################################