Remove whatsapp-for-linux and teams-for-linux

Add workspace rule and waybar rewrite for WebCord
This commit is contained in:
Evie Litherland-Smith 2023-12-15 12:53:17 +00:00
parent c444e3a82d
commit 1d9c73515e
3 changed files with 3 additions and 8 deletions

View file

@ -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

View file

@ -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;

View file

@ -66,6 +66,7 @@
"Microsoft 365 - (.*)" = "󰏆 $1";
"WhatsApp Web" = "󰖣";
"Signal" = "󰒢";
"(.*)WebCord - (.*)" = "$1󰙯 - $2";
"NoMachine - (.*)" = "󰢹 $1";
};
separate-outputs = true;