diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-12-08 15:21:35 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-12-08 15:21:35 +0300 |
commit | 9a59c602c364bfff1ce1428a11e0e90aa1ccf6d3 (patch) | |
tree | 3ffbabd8cb64c4d3f526e6ef0ee3b06ad991b0f8 | |
parent | 4d3d9e454daba23c5a916cbdedfa193041d612c2 (diff) | |
download | dotfiles-9a59c602c364bfff1ce1428a11e0e90aa1ccf6d3.tar.gz |
fix(wayland): call dbus-update-env before pipewire
-rw-r--r-- | env-wayland/.config/sway/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/env-wayland/.config/sway/config b/env-wayland/.config/sway/config index dbafc25..840fb16 100644 --- a/env-wayland/.config/sway/config +++ b/env-wayland/.config/sway/config @@ -247,11 +247,11 @@ default_border pixel # gsettings set org.gnome.desktop.interface cursor-size 16 # } +# Important for screencast to work via xdg-desktop-portal-wlr +exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + exec --no-startup-id dunst exec --no-startup-id gentoo-pipewire-launcher exec --no-startup-id wlsunset -l 53.54 -L 27.34 -# Important for screencast to work via xdg-desktop-portal-wlr -exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway - include /etc/sway/config.d/* |