Add zathura settings
This commit is contained in:
parent
8d0af4d0c2
commit
285995dbe3
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
programs.zathura = {
|
programs.zathura = {
|
||||||
enable = true;
|
enable = true;
|
||||||
options = {
|
options = {
|
||||||
|
selection-clipboard = "clipboard";
|
||||||
|
statusbar-home-tilde = true;
|
||||||
|
|
||||||
default-fg = "#CDD6F4";
|
default-fg = "#CDD6F4";
|
||||||
default-bg = "#1E1E2E";
|
default-bg = "#1E1E2E";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue