depot/third_party/home-manager/tests/modules/services/gromit-mpx/default-configuration.cfg
Default email 2eafb8192e Project import generated by Copybara.
GitOrigin-RevId: 176e455371a8371586e8a3ff0d56ee9f3ca2324e
2023-01-10 02:35:00 -07:00

14 lines
331 B
INI

"tool-1" = PEN (size=5 color="red");
"default" = "tool-1";
"tool-2" = PEN (size=5 color="blue");
"default"[SHIFT] = "tool-2";
"tool-3" = PEN (size=5 color="yellow");
"default"[CONTROL] = "tool-3";
"tool-4" = PEN (size=6 color="green" arrowsize=1);
"default"[2] = "tool-4";
"tool-5" = ERASER (size=75);
"default"[3] = "tool-5";