1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(zathura): side by side mode on left

This commit is contained in:
Kierán Meinhardt
2019-11-19 07:47:33 +01:00
parent 21a1c12c52
commit 834c35e670

View File

@@ -123,7 +123,10 @@ in
home-manager.users.me = {
programs.zathura = {
enable = true;
options.selection-clipboard = "clipboard";
options = {
selection-clipboard = "clipboard";
# first-page-column = "1:1"; # makes side-by-side mode start on the left side
};
};
};
}