File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
[Settings]
2
2
gtk-theme-name =gruvbox-dark-gtk
3
3
gtk-icon-theme-name =Gruvbox-Material-Dark
4
- gtk-font-name =Sans 10
4
+ gtk-font-name =Cantarell 11
5
5
gtk-cursor-theme-name =Adwaita
6
- gtk-cursor-theme-size =48
7
- gtk-toolbar-style =GTK_TOOLBAR_BOTH_HORIZ
6
+ gtk-cursor-theme-size =0
7
+ gtk-toolbar-style =GTK_TOOLBAR_BOTH
8
8
gtk-toolbar-icon-size =GTK_ICON_SIZE_LARGE_TOOLBAR
9
9
gtk-button-images =1
10
10
gtk-menu-images =1
11
11
gtk-enable-event-sounds =1
12
- gtk-enable-input-feedback-sounds =0
12
+ gtk-enable-input-feedback-sounds =1
13
13
gtk-xft-antialias =1
14
14
gtk-xft-hinting =1
15
15
gtk-xft-hintstyle =hintfull
16
16
gtk-xft-rgba =rgb
17
- gtk-modules =canberra-gtk-module
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ cmd open ${{
22
22
case $(file --mime-type $f -b) in
23
23
image/vnd.djvu|application/pdf|application/octet-stream) setsid zathura $fx >/dev/null 2>&1 & ;;
24
24
text/troff) man ./ $f;;
25
- text/*) $EDITOR $fx;;
25
+ text/*) $PAGER $fx;;
26
26
image/x-xcf) setsid gimp $f >/dev/null 2>&1 & ;;
27
27
image/svg+xml) setsid inkscape $f >/dev/null 2>&1 & ;;
28
28
image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\)\(_large\)*$" | setsid sxiv -aio 2>/dev/null | lf-select & ;;
You can’t perform that action at this time.
0 commit comments