Package Details: inpulse-to-talk v3.0-1

Git Clone URL: https://aur.archlinux.org/inpulse-to-talk.git (read-only, click to copy)
Package Base: inpulse-to-talk
Description: Push-to-Talk with libinput + Pulseaudio
Upstream URL: https://gitlab.com/somini/inpulse-to-talk
Licenses: GPL3
Submitter: somini
Maintainer: somini
Last Packager: somini
Votes: 1
Popularity: 0.000000
First Submitted: 2020-04-21 01:32 (UTC)
Last Updated: 2023-06-16 22:27 (UTC)

Required by (0)

Sources (1)

Latest Comments

somini commented on 2023-12-16 20:53 (UTC)

@jcaesar Yes, that's a simpler way to do it. What I wanted originally is to use the Super key as keybinding, but keep the Super+* keybindings working.

I use Sway, and got hit by this: https://github.com/swaywm/sway/issues/6456

jcaesar commented on 2023-12-12 23:45 (UTC) (edited on 2023-12-12 23:45 (UTC) by jcaesar)

I tried this for a while but ended up borrowing from the wayland stance: "global keybindings are the responsibility of the compositor". So I just added to my i3 config:

bindsym Print exec pactl set-source-mute @DEFAULT_SOURCE@ 0
bindsym --release Print exec pactl set-source-mute @DEFAULT_SOURCE@ 1
exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ 1