vesktop fixes

This commit is contained in:
Reid 2024-04-22 17:25:43 -07:00
parent 31146eb6f7
commit c1fd569ae5
2 changed files with 2 additions and 3 deletions

View file

@ -129,7 +129,7 @@ in {
# workspace moving
"workspace 1, class:^firefox"
"workspace 2, class:code-url-handler"
"workspace 4, class:ArmCord"
"workspace 4, class:vesktop"
];
blurls = [

View file

@ -129,8 +129,7 @@ in {
"(\\S+\\.zig\\s.*)" = " $1";
"(\\S+\\.rs\\s.*)" = " $1";
"(\\S+\\.hs\\s.*)" = " $1";
".*Discord | (.*) | .*" = "$1 - ArmCord";
#"(.*) - ArmCord" = "$1";
".*Discord \\| (.*) \\| .*" = "$1 - $2";
};
separate-outputs = true;
};