1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 03:48:31 +02:00
home-manager/tests/modules/programs/rofi/valid-config-expected.rasi
2021-10-09 00:45:20 +02:00

12 lines
229 B
Plaintext

configuration {
cycle: false;
font: "Droid Sans Mono 14";
kb-primary-paste: "Control+V,Shift+Insert";
kb-secondary-paste: "Control+v,Insert";
location: 0;
modi: "drun,emoji,ssh";
terminal: "/some/path";
xoffset: 0;
yoffset: 0;
}