Add mic mute shortcut stuff to sway and waybar
This commit is contained in:
parent
34f640c659
commit
7bea5a2cc1
2 changed files with 9 additions and 1 deletions
|
@ -44,6 +44,9 @@ bindsym $mod+Shift+s exec "~/bin/screenshot"
|
|||
# open the front door camera on win+shift+f
|
||||
bindsym $mod+Shift+f exec "~/bin/view_frontdoor"
|
||||
|
||||
# mic mute toggle
|
||||
bindsym $mod+Shift+m exec "~/bin/mic_mute"
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue