Fix screensharing under Wayland.
This commit is contained in:
parent
3d79832bc6
commit
20581b5678
|
@ -4,6 +4,9 @@
|
||||||
# #
|
# #
|
||||||
###############################
|
###############################
|
||||||
|
|
||||||
|
# Make xdg-desktop-portal-wlr work properly
|
||||||
|
exec dbus-update-activation-environment WAYLAND_DISPLAY
|
||||||
|
|
||||||
# Application autostart
|
# Application autostart
|
||||||
exec mako
|
exec mako
|
||||||
exec pipewire
|
exec pipewire
|
||||||
|
@ -37,3 +40,8 @@ for_window [title="about:blank - - Tor Browser"] floating enable,
|
||||||
# About Tor Browser window
|
# About Tor Browser window
|
||||||
for_window [title="^About Tor Browser$"] floating enable,
|
for_window [title="^About Tor Browser$"] floating enable,
|
||||||
|
|
||||||
|
# Browser screenshare dialog
|
||||||
|
for_window [title="is sharing your screen."] border none,
|
||||||
|
|
||||||
|
# ProtonMail Bridge
|
||||||
|
for_window [app_id="proton-bridge"] border none,
|
||||||
|
|
Loading…
Reference in a new issue