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