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:
@@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user