Skip to content
Snippets Groups Projects
Commit 0c4bbb0e authored by CALIN Alexis's avatar CALIN Alexis
Browse files

Foot was missing for the setup of sway

parent 92fd4406
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ if [ "$distro" == "Debian" ]; then
read yn
if [ "$yn" == 'y' ]; then
# dwm depedencies
sudo apt install sway brightnessctl
sudo apt install sway brightnessctl foot
#install bemenu
git clone https://github.com/Cloudef/bemenu && cd bemenu && make && sudo make install && cd .. && sudo rm -rf bemenu
chmod +x install-sway.sh
......@@ -75,7 +75,7 @@ elif [ "$distro" == "Arch" ]; then
read yn
if [ "$yn" == 'y' ]; then
# dwm depedencies
sudo pacman -S sway bemenu brightnessctl
sudo pacman -S sway bemenu brightnessctl foot
./install-sway.sh
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment