aly: webcord -> vesktop
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-24 17:55:56 -04:00
parent b50a9511f9
commit dd741450f6
3 changed files with 6 additions and 3 deletions

View file

@ -27,7 +27,7 @@ self: {
tauon tauon
transmission-remote-gtk transmission-remote-gtk
tuba tuba
webcord vesktop
]; ];
stateVersion = "24.05"; stateVersion = "24.05";

View file

@ -59,6 +59,10 @@
command = "move to scratchpad"; command = "move to scratchpad";
criteria = {app_id = "org.gnome.Fractal";}; criteria = {app_id = "org.gnome.Fractal";};
} }
{
command = "move to scratchpad";
criteria = {app_id = "vesktop";};
}
]; ];
}; };
@ -79,7 +83,7 @@
"float,class:(org.keepassxc.KeePassXC)" "float,class:(org.keepassxc.KeePassXC)"
"size 80% 80%,class:(Bitwarden)" "size 80% 80%,class:(Bitwarden)"
"size 80% 80%,class:(org.keepassxc.KeePassXC)" "size 80% 80%,class:(org.keepassxc.KeePassXC)"
"workspace special:magic,class:(WebCord)" "workspace special:magic,class:(vesktop)"
"workspace special:magic,class:(org.gnome.Fractal)" "workspace special:magic,class:(org.gnome.Fractal)"
]; ];

View file

@ -2,7 +2,6 @@
{ {
config, config,
lib, lib,
pkgs,
self, self,
... ...
}: let }: let