Remove teams-for-linux
This commit is contained in:
parent
d5b9152955
commit
a97fadea1b
|
@ -206,7 +206,7 @@ in ''
|
||||||
bind = SUPER, C, moveworkspacetomonitor, name:chat current
|
bind = SUPER, C, moveworkspacetomonitor, name:chat current
|
||||||
bind = SUPER, C, workspace, name:chat
|
bind = SUPER, C, workspace, name:chat
|
||||||
bind = SUPER SHIFT, C, movetoworkspace, 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, moveworkspacetomonitor, name:games current
|
||||||
bind = SUPER, G, workspace, name:games
|
bind = SUPER, G, workspace, name:games
|
||||||
|
|
|
@ -125,6 +125,8 @@
|
||||||
"x-scheme-handler/https" = [ "chromium.desktop" ];
|
"x-scheme-handler/https" = [ "chromium.desktop" ];
|
||||||
"x-scheme-handler/about" = [ "chromium.desktop" ];
|
"x-scheme-handler/about" = [ "chromium.desktop" ];
|
||||||
"x-scheme-handler/chrome" = [ "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-htm" = [ "chromium.desktop" ];
|
||||||
"application/x-extension-html" = [ "chromium.desktop" ];
|
"application/x-extension-html" = [ "chromium.desktop" ];
|
||||||
"application/x-extension-shtml" = [ "chromium.desktop" ];
|
"application/x-extension-shtml" = [ "chromium.desktop" ];
|
||||||
|
@ -132,7 +134,6 @@
|
||||||
"application/x-extension-xhtml" = [ "chromium.desktop" ];
|
"application/x-extension-xhtml" = [ "chromium.desktop" ];
|
||||||
"application/x-extension-xht" = [ "chromium.desktop" ];
|
"application/x-extension-xht" = [ "chromium.desktop" ];
|
||||||
"application/x-mozilla-bookmarks" = [ "chromium.desktop" ];
|
"application/x-mozilla-bookmarks" = [ "chromium.desktop" ];
|
||||||
"x-scheme-handler/msteams" = [ "teams-for-linux.desktop" ];
|
|
||||||
};
|
};
|
||||||
associations.added = defaultApplications;
|
associations.added = defaultApplications;
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
libreoffice
|
libreoffice
|
||||||
remmina
|
remmina
|
||||||
webcord
|
webcord
|
||||||
teams-for-linux
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
security.pam.services.swaylock = { };
|
security.pam.services.swaylock = { };
|
||||||
|
|
Loading…
Reference in a new issue