From e1a1c3fca53ea989f7e719220a79b247637f9417 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Mon, 16 Jan 2023 19:56:16 +0530 Subject: [PATCH] added pkg lxsession by mistake when I meant to add xsecurelock --- scripts/install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-packages.sh b/scripts/install-packages.sh index 7b2bb16..bf62a7f 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -65,7 +65,7 @@ PKGS_TO_INSTALL+=(nvidia-lts nvidia-settings nvidia-utils) # Desktop Environment (X11; because NVIDIA) -PKGS_TO_INSTALL+=(bspwm dunst feh i3lock jq lxsession picom polybar rofi sddm socat sxhkd wmctrl xorg-server xorg-xinit xorg-xsetroot xsel) +PKGS_TO_INSTALL+=(bspwm dunst feh i3lock jq picom polybar rofi sddm socat sxhkd wmctrl xorg-server xorg-xinit xorg-xsetroot xsecurelock xsel) # GUI PKGS_TO_INSTALL+=(alacritty bitwarden firefox gnome-disk-utility ksnip meld mpv noto-fonts-emoji otf-overpass pavucontrol slurp thunar)