update bind
This commit is contained in:
parent
1c8721735b
commit
1fe47b0794
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,9 @@ bind = $mainMod SHIFT, M, exit,
|
|||
#bind = $mainMod, D, exec, thunar
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, wofi --show drun
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
#bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod SHIFT, V, togglesplit, # dwindle
|
||||
bind = ,help, exec, eww open keyb
|
||||
#bind = ,help, exec, eww open keyb
|
||||
|
||||
# My new bind
|
||||
bind = $secondMod, W, exec, firefox
|
||||
|
@ -29,6 +29,7 @@ bind = $secondMod, g, exec, grim -g "$(slurp)"
|
|||
# Change volume sink
|
||||
bind = ,XF86AudioLowerVolume, exec, pactl set-sink-volume $(pactl get-default-sink) -5% #alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink -5%
|
||||
bind = ,XF86AudioRaiseVolume, exec, pactl set-sink-volume $(pactl get-default-sink) +5% #alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink +5%
|
||||
# Think of using swayOSD when solving the ma 100% problem.
|
||||
# Put sink or mic toggle
|
||||
bind = ,XF86AudioMute, exec, pactl set-sink-mute $(pactl get-default-sink) toggle #alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink toggle
|
||||
bind = ,XF86AudioMicMute, exec, pactl set-source-mute $(pactl get-default-source) toggle
|
||||
|
|
Loading…
Reference in a new issue