From 95ffed08cf3e66d250ff5e81090ecbc803a35084 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 9 May 2021 21:21:33 +0200 Subject: [PATCH] [hlwm] Start pipewire manually --- herbstluftwm/autostart | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index f3e66c8..9b610bd 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -24,7 +24,16 @@ if hc silent new_attr bool my_not_first_autostart; then gnome-keyring-daemon --start nextcloud --background & dunst & - # /usr/share/doc/herbstluftwm/examples/exec_on_tag.sh 10 keepassxc & + # 2021-05-01T22:51:27 CEST: The first time I tried hlwm on Fedora + # 34, PipeWire was not automatically started I don't want to + # enable it, since it should be triggerd with pipewire.socket and + # I do not want to break anything and also on GNOME this was not a + # problem. This is therefore also an short-term solutions + # (although we all know whats happens to them...) and should be + # investiged more into the issue. + systemctl --user start pipewire & + # TODO: trigger this in ~/.xprofile? + xmodmap ~/.Xmodmap fi # remove all existing keybindings