Remove whatsapp-for-linux and teams-for-linux
Add workspace rule and waybar rewrite for WebCord
This commit is contained in:
parent
c444e3a82d
commit
1d9c73515e
|
@ -201,6 +201,7 @@ in ''
|
|||
bind = SUPER, A, workspace, name:apps
|
||||
bind = SUPER SHIFT, A, movetoworkspace, name:apps
|
||||
windowrule = workspace name:apps, (Signal)
|
||||
windowrule = workspace name:apps, (WebCord)
|
||||
windowrule = workspace name:apps, chrome-(.*)-Default
|
||||
|
||||
bind = SUPER, F, moveworkspacetomonitor, name:files current
|
||||
|
|
|
@ -1,12 +1,5 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
grim
|
||||
slurp
|
||||
signal-desktop
|
||||
webcord
|
||||
whatsapp-for-linux
|
||||
teams-for-linux
|
||||
];
|
||||
home.packages = with pkgs; [ grim slurp signal-desktop webcord ];
|
||||
imports = [ ./waybar/default.nix ./rofi/default.nix ./gtk.nix ./mako.nix ];
|
||||
services = {
|
||||
avizo.enable = true;
|
||||
|
|
|
@ -66,6 +66,7 @@
|
|||
"Microsoft 365 - (.*)" = " $1";
|
||||
"WhatsApp Web" = "";
|
||||
"Signal" = "";
|
||||
"(.*)WebCord - (.*)" = "$1 - $2";
|
||||
"NoMachine - (.*)" = " $1";
|
||||
};
|
||||
separate-outputs = true;
|
||||
|
|
Loading…
Reference in a new issue