Add binds for audio, bluetooth device settings
This commit is contained in:
parent
ccdf6743c0
commit
eb66aee3c5
|
@ -32,6 +32,8 @@ ${color2}image clip tool - ${color}mod+Shift+PrintScreen
|
|||
${color2}screenshot active window - ${color}mod+PrintScreen
|
||||
|
||||
---------------Menus----------------------
|
||||
${color2}audio devices - ${color}mod+Ctrl+a
|
||||
${color2}bluetooth devices - ${color}mod+Ctrl+d
|
||||
${color2}bmenu system settings - ${color}mod+Ctrl+b
|
||||
${color2}dmenu app launcher - ${color}mod+d
|
||||
${color2}morc_menu app menu - ${color}mod+z
|
||||
|
|
|
@ -332,6 +332,10 @@ bindsym $mod+Shift+q kill
|
|||
# i3 system / menus keybinds
|
||||
###########################################
|
||||
|
||||
# Audio device settings
|
||||
bindsym $mod+Ctrl+a exec pavucontrol
|
||||
# Bluetooth device settings
|
||||
bindsym $mod+Ctrl+d exec blueman-manager
|
||||
# System config tool for i3
|
||||
bindsym $mod+Ctrl+b exec terminal -e 'bmenu'
|
||||
# start program launcher
|
||||
|
|
Loading…
Reference in New Issue