Compare commits

..

No commits in common. "ba6ecc507009dd18639239afc95105a96b201b00" and "dcdbcc1723c0b5fae8ed014bfb90b54ebf0ee71d" have entirely different histories.

3 changed files with 2 additions and 6 deletions

View File

@ -3,5 +3,3 @@ alias ap='ansible-playbook'
alias yey='yay -Syu --noconfirm'
# Avoid losing stuff
alias rm='rmtrash'
# Permit to rm if sure
alias rrm='rm'

View File

@ -52,10 +52,6 @@ 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
##################################

View File

@ -126,6 +126,8 @@ 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
##################################