Adding DE functionality

This commit is contained in:
Daniel Flanagan 2017-04-03 14:38:53 -05:00
parent 9d23ba7ac1
commit ae1c8a567e
3 changed files with 33 additions and 23 deletions

View file

@ -21,6 +21,10 @@ xset r rate 250 80 &
# xset s noblank &
# xset s off &
# if command -v xss-lock >/dev/null 2>&1; then
# xss-lock -- dm-tool switch-to-greeter &
# fi
if [ -d "/usr/lib/nvidia" ]; then
export LD_LIBRARY_PATH=/usr/lib/nvidia
fi

View file

@ -13,7 +13,9 @@ pacaur -S \
gimp \
audacity \
reptyr \
cmake python2 python2-pip \
lightdm \
cmake python python2-pip \
accountsservice \
xss-lock \
lightdm lightdm-gtk-greeter \
polybar-git \
--noconfirm --noedit

10
setup
View file

@ -38,9 +38,6 @@ links=(
"$dfp/de/xprofile" "$HOME/.xprofile"
"$dfp/common/colors/xresources" "$HOME/.Xresources.colors"
# bar files
"$dfp/de/bar/polybar-config" "$XDG_CONFIG_HOME/polybar/config"
# shell files
"$dfp/shell/bashrc" "$HOME/.bashrc"
"$dfp/shell/bash_profile" "$HOME/.bash_profile"
@ -57,6 +54,13 @@ links=(
"$dfp/misc/irssi/" "$HOME/.irssi"
"$dfp/misc/weechat/" "$HOME/.weechat"
# gtk configuration files
"$dfp/de/gtk2rs" "$HOME/.gtkrc-2.0"
"$dfp/de/gtk3settings.ini" "$HOME/.config/gtk-3.0/settings.ini"
# bar files
"$dfp/de/bar/polybar-config" "$XDG_CONFIG_HOME/polybar/config"
# neofetch config
"$dfp/misc/neofetch/config" "$HOME/.config/neofetch/config"