Skip to content

Commit f293d8e

Browse files
committed
lfrc update
1 parent 9fba34d commit f293d8e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

gtk-3.0/settings.ini

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
[Settings]
22
gtk-theme-name=gruvbox-dark-gtk
33
gtk-icon-theme-name=Gruvbox-Material-Dark
4-
gtk-font-name=Sans 10
4+
gtk-font-name=Cantarell 11
55
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
88
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
99
gtk-button-images=1
1010
gtk-menu-images=1
1111
gtk-enable-event-sounds=1
12-
gtk-enable-input-feedback-sounds=0
12+
gtk-enable-input-feedback-sounds=1
1313
gtk-xft-antialias=1
1414
gtk-xft-hinting=1
1515
gtk-xft-hintstyle=hintfull
1616
gtk-xft-rgba=rgb
17-
gtk-modules=canberra-gtk-module

lf/lfrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cmd open ${{
2222
case $(file --mime-type $f -b) in
2323
image/vnd.djvu|application/pdf|application/octet-stream) setsid zathura $fx >/dev/null 2>&1 & ;;
2424
text/troff) man ./ $f;;
25-
text/*) $EDITOR $fx;;
25+
text/*) $PAGER $fx;;
2626
image/x-xcf) setsid gimp $f >/dev/null 2>&1 & ;;
2727
image/svg+xml) setsid inkscape $f >/dev/null 2>&1 & ;;
2828
image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\)\(_large\)*$" | setsid sxiv -aio 2>/dev/null | lf-select & ;;

0 commit comments

Comments
 (0)