Compare commits
2 Commits
dcdbcc1723
...
ba6ecc5070
Author | SHA1 | Date |
---|---|---|
Quentin Duchemin | ba6ecc5070 | |
Quentin Duchemin | 13a99eb43a |
2
.aliases
2
.aliases
|
@ -3,3 +3,5 @@ alias ap='ansible-playbook'
|
|||
alias yey='yay -Syu --noconfirm'
|
||||
# Avoid losing stuff
|
||||
alias rm='rmtrash'
|
||||
# Permit to rm if sure
|
||||
alias rrm='rm'
|
||||
|
|
|
@ -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
|
||||
##################################
|
||||
|
|
|
@ -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
|
||||
##################################
|
||||
|
|
Loading…
Reference in New Issue