diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-06-11 13:39:12 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-06-11 13:39:12 +0530 |
commit | 51d3c922bd9935c44c7bd9b45dc6c398eac5a865 (patch) | |
tree | a9a8a406b10eb6d39c6a741d55084018b2669c14 | |
parent | bf7ea36baad5cee5b1ab2a41b1f12ccf29922dae (diff) |
Adding xhost to resolve polkit error
-rwxr-xr-x | arch-magik.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch-magik.sh b/arch-magik.sh index 4c11162..ff4b6db 100755 --- a/arch-magik.sh +++ b/arch-magik.sh @@ -97,7 +97,7 @@ grub-mkconfig -o /boot/grub/grub.cfg pacman --noconfirm --needed -Sy hyprland xdg-desktop-portal-hyprland waybar wl-clipboard wf-recorder \ gnu-free-fonts ttf-ubuntu-mono-nerd ttf-jetbrains-mono-nerd ttf-joypixels ttf-font-awesome ttf-opensans \ mpv zathura zathura-pdf-mupdf ffmpeg ffmpegthumbnailer imagemagick \ - vi vim fzf man-db filezilla firefox ntfs-3g nvtop \ + vi vim fzf man-db filezilla firefox ntfs-3g nvtop xorg-xhost \ zip unzip unrar p7zip brightnessctl redshift \ git zsh bc pipewire pipewire-pulse pulsemixer wireplumber rsync libreoffice-fresh \ ranger libnotify dunst wget jq aria2 cowsay neofetch emacs neovim qutebrowser \ @@ -131,11 +131,11 @@ git clone https://aur.archlinux.org/yay.git cd yay makepkg -si --noconfirm cd -aurprogs='waybar wpaperd brave-bin brillo dragon-drop fsearch arc-darkest-theme-git +aurprogs='waybar-hyprland-git wpaperd brave-bin brillo dragon-drop fsearch arc-darkest-theme-git lxappearance element-desktop telegram-desktop whatsapp-nativefier htop gotop-bin btop bashtop jdownloader2 librewolf-bin quich-git spotify notepadqq galculator pfetch swaylock-effects-git tessen vscodium-bin - wlr-randr simple-mtpfs downgrade' + wlr-randr tofi simple-mtpfs downgrade' nvidia='nvidia nvidia-prime nvidia-utils nvidia-settings' virt='libvirt qemu virt-manager ebtables libguestfs dnsmasq vde2 bridge-utils openbsd-netcat' yay --noconfirm -S $aurprogs && |