mirror of
https://github.com/kmein/niveum
synced 2026-03-20 20:01:08 +01:00
feat(zathura): side by side mode on left
This commit is contained in:
@@ -123,7 +123,10 @@ in
|
|||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
programs.zathura = {
|
programs.zathura = {
|
||||||
enable = true;
|
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
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user