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