feat: hledger test

This commit is contained in:
Nick 2025-01-21 21:58:09 -06:00
parent c67e864d40
commit c82dd5e36f
4 changed files with 95 additions and 0 deletions

View file

@ -20,6 +20,7 @@ let
kdenlive = "(org.kde.kdenlive)";
shotcut = "(shotcut)";
scrcpy = "(.scrcpy-wrapped)";
battle = "(.*Battle.net.*)";
maxsizeWindows = [
"maxsize 720 400, class:^${blueman}$"
@ -34,6 +35,8 @@ let
"maxsize 720 400, title:^${picture}$"
"maxsize 720 400, title:^${save}$"
"maxsize 720 400, title:^${discord-popout}$"
"maxsize 1280 720, title:^${battle}$"
"minsize 1280 720, title:^${battle}$"
];
floatWindows = builtins.map (x: "float, " + x) [
@ -50,6 +53,7 @@ let
"title:^(${discord-popout})$"
"title:^${bitwarden}$"
"title:^${save}$"
"title:^${battle}$"
];
pinWindows = builtins.map (x: "pin, " + x) [