hook actually runs for librewolf-bin, xdpyinfo rmd
This commit is contained in:
parent
dce72ad42a
commit
4edd69de83
@ -82,7 +82,7 @@ refreshkeys() {
|
|||||||
pacman --noconfirm -S archlinux-keyring >/dev/null 2>&1
|
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
|
if ! grep -q "^\[universe\]" /etc/pacman.conf; then
|
||||||
echo "[universe]
|
echo "[universe]
|
||||||
Server = https://universe.artixlinux.org/\$arch
|
Server = https://universe.artixlinux.org/\$arch
|
||||||
@ -222,6 +222,7 @@ Operation = Upgrade
|
|||||||
Type = Package
|
Type = Package
|
||||||
Target = firefox
|
Target = firefox
|
||||||
Target = librewolf
|
Target = librewolf
|
||||||
|
Target = librewolf-bin
|
||||||
[Action]
|
[Action]
|
||||||
Description=Update Arkenfox user.js
|
Description=Update Arkenfox user.js
|
||||||
When=PostTransaction
|
When=PostTransaction
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#TAG,NAME IN REPO (or git url),PURPOSE (should be a verb phrase to sound right while installing)
|
#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-xwininfo,"allows querying information about windows."
|
||||||
,xorg-xinit,"starts the graphical server."
|
,xorg-xinit,"starts the graphical server."
|
||||||
,polkit,"manages user policies."
|
,polkit,"manages user policies."
|
||||||
@ -7,7 +7,7 @@
|
|||||||
,ttf-font-awesome,"provides extended glyph support."
|
,ttf-font-awesome,"provides extended glyph support."
|
||||||
A,lf-git,"is an extensive terminal file manager that everyone likes."
|
A,lf-git,"is an extensive terminal file manager that everyone likes."
|
||||||
,ueberzug,"enables previews in the lf file manager."
|
,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."
|
,xcompmgr,"is for transparency and removing screen-tearing."
|
||||||
,xorg-xprop,"is a tool for detecting window properties."
|
,xorg-xprop,"is a tool for detecting window properties."
|
||||||
,arandr,"allows the user to customize monitor arrangements."
|
,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."
|
A,abook,"is an offline addressbook usable by neomutt."
|
||||||
,unclutter,"hides an inactive mouse."
|
,unclutter,"hides an inactive mouse."
|
||||||
,unzip,"unzips zips."
|
,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."
|
,xcape,"gives the special escape/super mappings of LARBS."
|
||||||
,xclip,"allows for copying and pasting from the command line."
|
,xclip,"allows for copying and pasting from the command line."
|
||||||
,xdotool,"provides window action utilities on 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."
|
,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,"is a pdf viewer with vim-like bindings."
|
||||||
,zathura-pdf-mupdf,"allows mupdf pdf compatibility in zathura."
|
,zathura-pdf-mupdf,"allows mupdf pdf compatibility in zathura."
|
||||||
,poppler,"manipulates .pdfs and gives .pdf previews and other .pdf functions."
|
,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."
|
,atool,"manages and gives information about archives."
|
||||||
,fzf,"is a fuzzy finder tool."
|
,fzf,"is a fuzzy finder tool used for easy selection and location of files."
|
||||||
,bat,"can highlight code output and display 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."
|
,xorg-xbacklight,"enables changing screen brightness levels."
|
||||||
A,zsh-fast-syntax-highlighting-git,"provides syntax highlighting in the shell."
|
A,zsh-fast-syntax-highlighting-git,"provides syntax highlighting in the shell."
|
||||||
A,task-spooler,"queues commands or files for download."
|
A,task-spooler,"queues commands or files for download."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user