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

master
qhga 3 years ago
commit 58fb73a9da
Signed by: phga
GPG Key ID: 5249548AA705F019

@ -114,10 +114,10 @@ install_aur_helper() {
dialog --title "Installing the AUR Helper" --infobox "Installing dependencies..." 0 0
pacman --noconfirm --needed -S go &>> $logfile
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
sudo -u $uname makepkg --noconfirm -s &>> $logfile
pacman -U --noconfirm *.zst
sudo -u $uname makepkg --noconfirm -si &>> $logfile
# pacman -U --noconfirm *.zst
}
installation_loop() {

@ -64,6 +64,7 @@ A,P,nomacs,Image Viewer
A,P,rofi,Application launcher
A,P,xsecurelock,Lockscreen
A,P,xclip,clipboard
A,A,ly,Display manager
# 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
Loading…
Cancel
Save