discord: attempt to enable streaming on hyprland

This commit is contained in:
Christoph Hollizeck 2024-10-20 22:27:47 +02:00
parent 45feb78596
commit e390739147
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 23 additions and 2 deletions

View file

@ -108,6 +108,7 @@ in
];
exec-once = [
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
"waybar"
"dunst"
"systemctl --user start plasma-polkit-agent"
@ -121,6 +122,13 @@ in
windowrulev2 = [
#stean is a bit wierd, since it opens in multiple phases, so just move the last window to the workspace
"workspace 3 silent, class:^(steam)$, title:^(Steam)"
# make xwaylandvideobridge window invisible
"opacity 0.0 override, class:^(xwaylandvideobridge)$"
"noanim, class:^(xwaylandvideobridge)$"
"noinitialfocus, class:^(xwaylandvideobridge)$"
"maxsize 1 1, class:^(xwaylandvideobridge)$"
"noblur, class:^(xwaylandvideobridge)$"
];
general = {