From 29de8d5d7b6f9781bdf5409bd9f15dfa1afb90e6 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 15 Jul 2023 18:58:26 +0200 Subject: [PATCH] nsxiv replaces unmaintained sxiv --- content/_index.md | 2 +- static/larbs.sh | 1 - static/progs.csv | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index b5b060b..b123e15 100644 --- a/content/_index.md +++ b/content/_index.md @@ -55,7 +55,7 @@ Here are the main programs, all with extra information here: - [newsboat](newsboat) -- RSS feeds and news - [htop](htop) -- to look cool in screencaps... err... system monitor - [mpv](/mpv) -- video player -- sxiv -- image viewer +- nsxiv -- image viewer ## Learning the system is fun and easy! diff --git a/static/larbs.sh b/static/larbs.sh index 015c8e1..6cc7c71 100755 --- a/static/larbs.sh +++ b/static/larbs.sh @@ -194,7 +194,6 @@ putgitrepo() { } vimplugininstall() { - # TODO remove shortcuts error message # Installs vim plugins. whiptail --infobox "Installing neovim plugins..." 7 60 mkdir -p "/home/$name/.config/nvim/autoload" diff --git a/static/progs.csv b/static/progs.csv index 70b6e96..00ca65b 100644 --- a/static/progs.csv +++ b/static/progs.csv @@ -15,7 +15,7 @@ A,lf-git,"is an extensive terminal file manager that everyone likes." ,libnotify,"allows desktop notifications." ,dunst,"is a suckless notification system." ,exfat-utils,"allows management of FAT drives." -,sxiv,"is a minimalist image viewer." +,nsxiv,"is a minimalist image viewer." ,xwallpaper,"sets the wallpaper." ,ffmpeg,"can record and splice video and audio on the command line." ,ffmpegthumbnailer,"creates thumbnail previews of video files."