From b2f175b88028304475436284d64ca0a0fb1fc7b0 Mon Sep 17 00:00:00 2001 From: lub Date: Mon, 2 Jan 2023 08:58:29 +0100 Subject: [PATCH] add ts5 keybindings --- dotfiles/sway/.config/sway/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/sway/.config/sway/config b/dotfiles/sway/.config/sway/config index eb6fbb5..01ff874 100644 --- a/dotfiles/sway/.config/sway/config +++ b/dotfiles/sway/.config/sway/config @@ -257,6 +257,9 @@ bindsym XF86AudioStop exec 'rhythmbox-client --no-start --pause' bindsym XF86AudioLowerVolume exec 'rhythmbox-client --no-start --volume-down' bindsym XF86AudioRaiseVolume exec 'rhythmbox-client --no-start --volume-up' +bindsym F2 exec 'ts5-hotkeys mic' +bindsym F3 exec 'ts5-hotkeys speaker' + #screenshot #requires grim,slurp,wl-clipboard bindsym $mod+shift+s exec 'grim -g "$(slurp)" - | wl-copy'