nsxiv replaces unmaintained sxiv
This commit is contained in:
parent
bef1d19110
commit
29de8d5d7b
3 changed files with 2 additions and 3 deletions
|
@ -55,7 +55,7 @@ Here are the main programs, all with extra information here:
|
||||||
- [newsboat](newsboat) -- RSS feeds and news
|
- [newsboat](newsboat) -- RSS feeds and news
|
||||||
- [htop](htop) -- to look cool in screencaps... err... system monitor
|
- [htop](htop) -- to look cool in screencaps... err... system monitor
|
||||||
- [mpv](/mpv) -- video player
|
- [mpv](/mpv) -- video player
|
||||||
- sxiv -- image viewer
|
- nsxiv -- image viewer
|
||||||
|
|
||||||
## Learning the system is fun and easy!
|
## Learning the system is fun and easy!
|
||||||
|
|
||||||
|
|
|
@ -194,7 +194,6 @@ putgitrepo() {
|
||||||
}
|
}
|
||||||
|
|
||||||
vimplugininstall() {
|
vimplugininstall() {
|
||||||
# TODO remove shortcuts error message
|
|
||||||
# Installs vim plugins.
|
# Installs vim plugins.
|
||||||
whiptail --infobox "Installing neovim plugins..." 7 60
|
whiptail --infobox "Installing neovim plugins..." 7 60
|
||||||
mkdir -p "/home/$name/.config/nvim/autoload"
|
mkdir -p "/home/$name/.config/nvim/autoload"
|
||||||
|
|
|
@ -15,7 +15,7 @@ A,lf-git,"is an extensive terminal file manager that everyone likes."
|
||||||
,libnotify,"allows desktop notifications."
|
,libnotify,"allows desktop notifications."
|
||||||
,dunst,"is a suckless notification system."
|
,dunst,"is a suckless notification system."
|
||||||
,exfat-utils,"allows management of FAT drives."
|
,exfat-utils,"allows management of FAT drives."
|
||||||
,sxiv,"is a minimalist image viewer."
|
,nsxiv,"is a minimalist image viewer."
|
||||||
,xwallpaper,"sets the wallpaper."
|
,xwallpaper,"sets the wallpaper."
|
||||||
,ffmpeg,"can record and splice video and audio on the command line."
|
,ffmpeg,"can record and splice video and audio on the command line."
|
||||||
,ffmpegthumbnailer,"creates thumbnail previews of video files."
|
,ffmpegthumbnailer,"creates thumbnail previews of video files."
|
||||||
|
|
|
Loading…
Reference in a new issue