Adding DE functionality
This commit is contained in:
parent
9d23ba7ac1
commit
ae1c8a567e
|
@ -21,6 +21,10 @@ xset r rate 250 80 &
|
||||||
# xset s noblank &
|
# xset s noblank &
|
||||||
# xset s off &
|
# 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
|
if [ -d "/usr/lib/nvidia" ]; then
|
||||||
export LD_LIBRARY_PATH=/usr/lib/nvidia
|
export LD_LIBRARY_PATH=/usr/lib/nvidia
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -13,7 +13,9 @@ pacaur -S \
|
||||||
gimp \
|
gimp \
|
||||||
audacity \
|
audacity \
|
||||||
reptyr \
|
reptyr \
|
||||||
cmake python2 python2-pip \
|
cmake python python2-pip \
|
||||||
lightdm \
|
accountsservice \
|
||||||
|
xss-lock \
|
||||||
|
lightdm lightdm-gtk-greeter \
|
||||||
polybar-git \
|
polybar-git \
|
||||||
--noconfirm --noedit
|
--noconfirm --noedit
|
||||||
|
|
10
setup
10
setup
|
@ -38,9 +38,6 @@ links=(
|
||||||
"$dfp/de/xprofile" "$HOME/.xprofile"
|
"$dfp/de/xprofile" "$HOME/.xprofile"
|
||||||
"$dfp/common/colors/xresources" "$HOME/.Xresources.colors"
|
"$dfp/common/colors/xresources" "$HOME/.Xresources.colors"
|
||||||
|
|
||||||
# bar files
|
|
||||||
"$dfp/de/bar/polybar-config" "$XDG_CONFIG_HOME/polybar/config"
|
|
||||||
|
|
||||||
# shell files
|
# shell files
|
||||||
"$dfp/shell/bashrc" "$HOME/.bashrc"
|
"$dfp/shell/bashrc" "$HOME/.bashrc"
|
||||||
"$dfp/shell/bash_profile" "$HOME/.bash_profile"
|
"$dfp/shell/bash_profile" "$HOME/.bash_profile"
|
||||||
|
@ -57,6 +54,13 @@ links=(
|
||||||
"$dfp/misc/irssi/" "$HOME/.irssi"
|
"$dfp/misc/irssi/" "$HOME/.irssi"
|
||||||
"$dfp/misc/weechat/" "$HOME/.weechat"
|
"$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
|
# neofetch config
|
||||||
"$dfp/misc/neofetch/config" "$HOME/.config/neofetch/config"
|
"$dfp/misc/neofetch/config" "$HOME/.config/neofetch/config"
|
||||||
|
|
||||||
|
|
Reference in a new issue