feh and linker.sh

master
Toerd 6 years ago
parent 6232f4ec74
commit c1656b9990

@ -135,9 +135,9 @@ set_permissions() {
download_dotfiles() {
cd /home/$uname
mkdir -p .dotfiles && cd .dotfiles
git clone $repo .
$(./install.sh)
sudo -u $uname mkdir -p .dotfiles && cd .dotfiles
sudo -u $uname git clone $repo .
sudo -u $uname ./link.sh
echo "Dotfiles downloaded and installed\n\n" >> $logfile
}

@ -34,7 +34,7 @@ A,M,st,Terminal Emulator compiled manually from dotfiles repo
A,P,i3-gaps,A fork of i3wm tiling window manager with more features including gaps
A,A,polybar-git,A fast and easy-to-use status bar
A,P,dmenu,Generic menu for X
A,P,nitrogen,Background browser and setter for X windows
A,P,feh,Image toolbelt
# Display management
A,P,arandr,Provide a simple visual front end for XRandR 1.2.

Loading…
Cancel
Save