Browse code

Add dotfiles

Robert Cranston authored on 21/03/2022 05:17:43
Showing 2 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,37 @@
1
+set guioptions ''
2
+set selection-clipboard clipboard
3
+set show-recent 0
4
+set zoom-max 10000
5
+set page-padding 0
6
+
7
+set recolor
8
+set recolor-keephue
9
+set recolor-reverse-video
10
+set recolor-lightcolor rgba(0,0,0,0.0)
11
+
12
+set default-bg              rgba(0,0,0,0.75)
13
+set default-fg              rgba(255,255,255,1.0)
14
+set statusbar-bg            rgba(0,0,0,0.0)
15
+set statusbar-fg            rgba(255,255,255,1.0)
16
+set inputbar-bg             rgba(0,0,0,0.0)
17
+set inputbar-fg             rgba(255,255,255,1.0)
18
+set index-bg                rgba(0,0,0,0.0)
19
+set index-fg                rgba(255,255,255,1.0)
20
+set index-active-bg         rgba(255,255,255,0.5)
21
+set index-active-fg         rgba(255,255,255,1.0)
22
+set completion-bg           rgba(0,0,0,0.0)
23
+set completion-fg           rgba(255,255,255,1.0)
24
+set completion-group-bg     rgba(0,0,0,0.0)
25
+set completion-group-fg     rgba(255,255,255,1.0)
26
+set completion-highlight-bg rgba(255,255,255,0.5)
27
+set completion-highlight-fg rgba(255,255,255,1.0)
28
+set notification-bg         rgba(0,0,0,0.0)
29
+set notification-fg         rgba(255,255,255,1.0)
30
+set notification-error-bg   rgba(0,0,0,0.0)
31
+set notification-error-fg   rgba(255,192,192,0.0)
32
+set notification-warning-bg rgba(0,0,0,0.0)
33
+set notification-warning-fg rgba(255,192,192,0.0)
34
+# set tabbar-bg               rgba(0,0,0,0.0)
35
+# set tabbar-fg               rgba(255,255,255,1.0)
36
+# set tabbar-focus-bg         rgba(0,0,0,0.0)
37
+# set tabbar-focus-fg         rgba(255,255,255,1.0)
0 38
new file mode 100644
... ...
@@ -0,0 +1,4 @@
1
+if [ "$(command -v xdg-mime)" ]
2
+then
3
+  xdg-mime default org.pwmt.zathura.desktop application/pdf
4
+fi