nsxiv replaces unmaintained sxiv

This commit is contained in:
Luke Smith 2023-07-15 18:58:26 +02:00
parent bef1d19110
commit 29de8d5d7b
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252
3 changed files with 2 additions and 3 deletions

View file

@ -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!

View file

@ -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"

View file

@ -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."

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
15 libnotify allows desktop notifications.
16 dunst is a suckless notification system.
17 exfat-utils allows management of FAT drives.
18 sxiv nsxiv is a minimalist image viewer.
19 xwallpaper sets the wallpaper.
20 ffmpeg can record and splice video and audio on the command line.
21 ffmpegthumbnailer creates thumbnail previews of video files.