mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
11 lines
229 B
Text
11 lines
229 B
Text
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;
|
|
}
|