Skip to content

Commit

Permalink
Merge pull request #22 from arnuschky/fix-mediakeys-mutemic
Browse files Browse the repository at this point in the history
Fix Mediakeys binding to support muting the mic
  • Loading branch information
kgilmer authored Mar 16, 2024
2 parents b9dd905 + 6d1ba64 commit d729417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/share/regolith/sway/config.d/65_media_keybindings
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set_from_resource $wm.media.volume.step sway.media.volume.step 5
bindsym --locked XF86AudioRaiseVolume exec volumectl -u + $wm.media.volume.step
bindsym --locked XF86AudioLowerVolume exec volumectl -u - $wm.media.volume.step
bindsym --locked XF86AudioMute exec volumectl %
bindsym --locked XF86AudioMicMute exec volumectl -m %

# Brightness Controls
set_from_resource $wm.media.brightness.step wm.media.brightness.step 5
Expand Down

0 comments on commit d729417

Please sign in to comment.