Merge remote-tracking branch 'g.phga.de/master'

This commit is contained in:
qhga 2022-04-13 02:41:49 +02:00
commit 58fb73a9da
Signed by: phga
GPG Key ID: 5249548AA705F019
2 changed files with 4 additions and 3 deletions

View File

@ -116,8 +116,8 @@ install_aur_helper() {
dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0 dialog --title "Installing the AUR Helper" --infobox "Cloning repository..." 0 0
cd $(sudo -u $uname mktemp -d) cd $(sudo -u $uname mktemp -d)
git clone https://aur.archlinux.org/yay.git . &>> $logfile git clone https://aur.archlinux.org/yay.git . &>> $logfile
sudo -u $uname makepkg --noconfirm -s &>> $logfile sudo -u $uname makepkg --noconfirm -si &>> $logfile
pacman -U --noconfirm *.zst # pacman -U --noconfirm *.zst
} }
installation_loop() { installation_loop() {

View File

@ -64,6 +64,7 @@ A,P,nomacs,Image Viewer
A,P,rofi,Application launcher A,P,rofi,Application launcher
A,P,xsecurelock,Lockscreen A,P,xsecurelock,Lockscreen
A,P,xclip,clipboard A,P,xclip,clipboard
A,A,ly,Display manager
# A,M,dmenu,Generic menu for X # A,M,dmenu,Generic menu for X

1 # First column: A = All, L = Laptop, D = Desktop
64 # Window Management and eyecandy A,M,st,Terminal Emulator compiled manually from dotfiles repo
65 # New bspwm setup # Window Management and eyecandy
66 A,P,bspwm,windowmanagement # New bspwm setup
67 A,P,bspwm,windowmanagement
68 A,P,sxhkd,Keyboard shortcuts
69 A,P,compton,Required for st to get transparent background (xcomp graphic glitches)
70 A,P,libnotify,notifications