blob: 249d610464c2eccc0736ee888614f98819ae0f8a (
plain)
1
2
3
4
5
|
#! /usr/bin/env sh
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
systemctl --user stop pipewire{,-pulse}.{socket,service} xdg-desktop-portal xdg-desktop-portal-wlr
systemctl --user start pipewire{,-pulse}.{socket,service} xdg-desktop-portal xdg-desktop-portal-wlr
|