Change default image viewer to sxiv

Tecra-R940
Marvin Johanning 2020-04-02 13:09:06 +02:00
parent 28cfc7155d
commit c1b85e243a
2 changed files with 3 additions and 1 deletions

View File

@ -153,7 +153,7 @@ ext djvu, has atril, X, flag f = atril -- "$@"
#------------------------------------------- #-------------------------------------------
# Image Viewing: # Image Viewing:
#------------------------------------------- #-------------------------------------------
mime ^image, X, flag f = feh --scale-down -g 896x504 -- "$@" mime ^image, X, flag f = sxiv -- "$@"
ext xcf, X, flag f = gimp -- "$@" ext xcf, X, flag f = gimp -- "$@"
#------------------------------------------- #-------------------------------------------

View File

@ -245,6 +245,8 @@ for_window [class="Xfburn"] floating enable
for_window [class="Viewnior"] floating enable for_window [class="Viewnior"] floating enable
for_window [class="feh"] floating enable for_window [class="feh"] floating enable
for_window [class="mpv"] floating disable for_window [class="mpv"] floating disable
for_window [class="sxiv"] floating enable
for_window [class="Sxiv"] floating enable
# switch to workspace with urgent window automatically # switch to workspace with urgent window automatically
for_window [urgent=latest] focus for_window [urgent=latest] focus