hook actually runs for librewolf-bin, xdpyinfo rmd

This commit is contained in:
Luke Smith 2023-02-02 14:17:11 -05:00
parent dce72ad42a
commit 4edd69de83
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
2 changed files with 8 additions and 8 deletions

View File

@ -82,7 +82,7 @@ refreshkeys() {
pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
;;
*)
whiptail --infobox "Enabling Arch Repositories..." 7 40
whiptail --infobox "Enabling Arch Repositories for more a more extensive software collection..." 7 40
if ! grep -q "^\[universe\]" /etc/pacman.conf; then
echo "[universe]
Server = https://universe.artixlinux.org/\$arch
@ -222,6 +222,7 @@ Operation = Upgrade
Type = Package
Target = firefox
Target = librewolf
Target = librewolf-bin
[Action]
Description=Update Arkenfox user.js
When=PostTransaction

View File

@ -1,5 +1,5 @@
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
,xorg-server,"is the graphical server."
,xorg-server,"is the graphical server. This first one may take a while as it pulls many other dependencies first on clean installs."
,xorg-xwininfo,"allows querying information about windows."
,xorg-xinit,"starts the graphical server."
,polkit,"manages user policies."
@ -7,7 +7,7 @@
,ttf-font-awesome,"provides extended glyph support."
A,lf-git,"is an extensive terminal file manager that everyone likes."
,ueberzug,"enables previews in the lf file manager."
,bc,"is used for a dropdown calculator."
,bc,"is a mathematics language used for the dropdown calculator."
,xcompmgr,"is for transparency and removing screen-tearing."
,xorg-xprop,"is a tool for detecting window properties."
,arandr,"allows the user to customize monitor arrangements."
@ -42,19 +42,18 @@ A,sc-im,"is an Excel-like terminal spreadsheet manager."
A,abook,"is an offline addressbook usable by neomutt."
,unclutter,"hides an inactive mouse."
,unzip,"unzips zips."
,lynx,"is a terminal browser."
,lynx,"is a terminal browser also used in LARBS for generating in-terminal previews of websites, emails and HTML files."
,xcape,"gives the special escape/super mappings of LARBS."
,xclip,"allows for copying and pasting from the command line."
,xdotool,"provides window action utilities on the command line."
,xorg-xdpyinfo,"aids with resolution determination and screen recording."
,yt-dlp,"can download any YouTube video (or playlist or channel) when given the link."
,zathura,"is a pdf viewer with vim-like bindings."
,zathura-pdf-mupdf,"allows mupdf pdf compatibility in zathura."
,poppler,"manipulates .pdfs and gives .pdf previews and other .pdf functions."
,mediainfo,"shows audio and video information."
,mediainfo,"shows audio and video information and is used in the file browser."
,atool,"manages and gives information about archives."
,fzf,"is a fuzzy finder tool."
,bat,"can highlight code output and display files."
,fzf,"is a fuzzy finder tool used for easy selection and location of files."
,bat,"can highlight code output and display files and is used to generate previews in the file browser."
,xorg-xbacklight,"enables changing screen brightness levels."
A,zsh-fast-syntax-highlighting-git,"provides syntax highlighting in the shell."
A,task-spooler,"queues commands or files for download."

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
2 xorg-server is the graphical server. is the graphical server. This first one may take a while as it pulls many other dependencies first on clean installs.
3 xorg-xwininfo allows querying information about windows.
4 xorg-xinit starts the graphical server.
5 polkit manages user policies.
7 ttf-font-awesome provides extended glyph support.
8 A lf-git is an extensive terminal file manager that everyone likes.
9 ueberzug enables previews in the lf file manager.
10 bc is used for a dropdown calculator. is a mathematics language used for the dropdown calculator.
11 xcompmgr is for transparency and removing screen-tearing.
12 xorg-xprop is a tool for detecting window properties.
13 arandr allows the user to customize monitor arrangements.
42 A abook is an offline addressbook usable by neomutt.
43 unclutter hides an inactive mouse.
44 unzip unzips zips.
45 lynx is a terminal browser. is a terminal browser also used in LARBS for generating in-terminal previews of websites, emails and HTML files.
46 xcape gives the special escape/super mappings of LARBS.
47 xclip allows for copying and pasting from the command line.
48 xdotool provides window action utilities on the command line.
xorg-xdpyinfo aids with resolution determination and screen recording.
49 yt-dlp can download any YouTube video (or playlist or channel) when given the link.
50 zathura is a pdf viewer with vim-like bindings.
51 zathura-pdf-mupdf allows mupdf pdf compatibility in zathura.
52 poppler manipulates .pdfs and gives .pdf previews and other .pdf functions.
53 mediainfo shows audio and video information. shows audio and video information and is used in the file browser.
54 atool manages and gives information about archives.
55 fzf is a fuzzy finder tool. is a fuzzy finder tool used for easy selection and location of files.
56 bat can highlight code output and display files. can highlight code output and display files and is used to generate previews in the file browser.
57 xorg-xbacklight enables changing screen brightness levels.
58 A zsh-fast-syntax-highlighting-git provides syntax highlighting in the shell.
59 A task-spooler queues commands or files for download.