diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 37f60aaa..b0518f2d 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -206,7 +206,7 @@ in '' bind = SUPER, C, moveworkspacetomonitor, name:chat current bind = SUPER, C, workspace, name:chat bind = SUPER SHIFT, C, movetoworkspace, name:chat - windowrule = workspace name:chat silent, (WebCord|teams-for-linux) + windowrule = workspace name:chat silent, (WebCord) bind = SUPER, G, moveworkspacetomonitor, name:games current bind = SUPER, G, workspace, name:games diff --git a/home/hyprland/default.nix b/home/hyprland/default.nix index 045c1d76..8f55a764 100644 --- a/home/hyprland/default.nix +++ b/home/hyprland/default.nix @@ -125,6 +125,8 @@ "x-scheme-handler/https" = [ "chromium.desktop" ]; "x-scheme-handler/about" = [ "chromium.desktop" ]; "x-scheme-handler/chrome" = [ "chromium.desktop" ]; + "x-scheme-handler/msteams" = [ "chromium.desktop" ]; + "x-scheme-handler/zoomus" = [ "chromium.desktop" ]; "application/x-extension-htm" = [ "chromium.desktop" ]; "application/x-extension-html" = [ "chromium.desktop" ]; "application/x-extension-shtml" = [ "chromium.desktop" ]; @@ -132,7 +134,6 @@ "application/x-extension-xhtml" = [ "chromium.desktop" ]; "application/x-extension-xht" = [ "chromium.desktop" ]; "application/x-mozilla-bookmarks" = [ "chromium.desktop" ]; - "x-scheme-handler/msteams" = [ "teams-for-linux.desktop" ]; }; associations.added = defaultApplications; }; diff --git a/system/hyprland.nix b/system/hyprland.nix index c0d7b408..d505bee3 100644 --- a/system/hyprland.nix +++ b/system/hyprland.nix @@ -37,7 +37,6 @@ libreoffice remmina webcord - teams-for-linux ]; }; security.pam.services.swaylock = { };