diff --git a/README.md b/README.md index 1d9a863..3ee9c1c 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ - **Terminal**: [alacritty](https://github.com/alacritty/alacritty), [foot](https://codeberg.org/dnkl/foot) - **File manager:** [ranger](https://github.com/ranger/ranger), [vifm](https://github.com/vifm/vifm), [nnn](https://github.com/jarun/nnn) - **Web browser:** [qutebrowser](https://github.com/qutebrowser/qutebrowser) - - **Image viewer:** [feh](https://github.com/derf/feh), [imv](https://github.com/eXeC64/imv) / [pqiv](https://github.com/phillipberndt/pqiv) + - **Image viewer:** [feh](https://github.com/derf/feh), [imv](https://github.com/eXeC64/imv) / [pqiv](https://github.com/phillipberndt/pqiv) / [qimgv](https://github.com/easymodo/qimgv) - **Wayland wallpaper setter:** [swaybg](https://github.com/swaywm/swaybg) / [oguri](https://github.com/vilhalmer/oguri) / [mpvpaper](https://github.com/GhostNaN/mpvpaper) - **Video player:** [mpv](https://github.com/mpv-player/mpv) - **Book viewer:** [zathura](https://git.pwmt.org/pwmt/zathura.git) diff --git a/home/.bashrc-bloated b/home/.bashrc-bloated index 204504b..8383e42 100644 --- a/home/.bashrc-bloated +++ b/home/.bashrc-bloated @@ -107,7 +107,7 @@ then export USE_SCOPE=1 export NNN_COLORS='2345' export NNN_FCOLORS='c1e20402006006f7c6d6ab01' - export NNN_BMS="h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/;k:/bedrock/strata" + export NNN_BMS="h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/" export NNN_SSHFS="sshfs -o reconnect,idmap=user,follow_symlinks" fi # lf diff --git a/home/.config/fish/conf.d/env.fish b/home/.config/fish/conf.d/env.fish index f3e16a1..c7ef586 100644 --- a/home/.config/fish/conf.d/env.fish +++ b/home/.config/fish/conf.d/env.fish @@ -110,7 +110,7 @@ if command -v nnn >/dev/null set -gx USE_SCOPE 1 set -gx NNN_FCOLORS 'c1e20402006006f7c6d6ab01' set -gx NNN_COLORS '2345' - set -gx NNN_BMS "h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/;k:/bedrock/strata" + set -gx NNN_BMS "h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/" set -gx NNN_SSHFS "sshfs -o reconnect,idmap=user,follow_symlinks" end # lf diff --git a/home/.config/vifm/vifmrc b/home/.config/vifm/vifmrc index 09d32c4..d178b1f 100644 --- a/home/.config/vifm/vifmrc +++ b/home/.config/vifm/vifmrc @@ -216,6 +216,7 @@ filextype *.avi,*.mp4,*.wmv,*.dat,*.3gp,*.ogv,*.mkv,*.mpg,*.mpeg,*.vob, " Web filextype *.html,*.htm,*.xhtml \ qutebrowser %f &, + \ firefox --new-tab %f &, filetype *.html,*.htm,*.xhtml lynx %f " Object @@ -226,6 +227,7 @@ filetype *.[1-8] man ./%c " Images filextype *.bmp,*.jpg,*.jpeg,*.png,*.gif,*.xpm + \ qimgv %f 2>/dev/null &, \ pqiv %f &, \ imv %f &, \ feh %f & diff --git a/home/.config/zsh/.zshenv b/home/.config/zsh/.zshenv index ca58a17..21379c6 100644 --- a/home/.config/zsh/.zshenv +++ b/home/.config/zsh/.zshenv @@ -92,7 +92,7 @@ then export USE_SCOPE=1 export NNN_COLORS='2345' export NNN_FCOLORS='c1e20402006006f7c6d6ab01' - export NNN_BMS="h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/;k:/bedrock/strata" + export NNN_BMS="h:~;C:~/Code;D:~/Downloads;P:~/Pictures;V:~/Videos;A:~/Media;U:~/Music;f:~/.config;l:~/.local/share;e:/etc;u:/usr/share;o:/opt;b:/boot;m:/media;M:/mnt;i:/run/media/$USER;v:/var;t:/tmp;d:/dev;s:/srv;r:/" export NNN_SSHFS="sshfs -o reconnect,idmap=user,follow_symlinks" fi # lf