diff --git a/scripts/.gitignore b/scripts/.gitignore new file mode 100644 index 0000000..28a5280 --- /dev/null +++ b/scripts/.gitignore @@ -0,0 +1 @@ +sct diff --git a/scripts/debloc b/scripts/debloc index 252c72c..c371598 100755 --- a/scripts/debloc +++ b/scripts/debloc @@ -19,11 +19,11 @@ fi # Overrides [ -z $DEBLOC_PREFIX ] && DEBLOC_PREFIX=$(dpkg --print-architecture) -[ -z $DEBLOC_DB ] && DEBLOC_DB=${XDG_CONFIG_HOME:-$HOME/.config}/$DEBLOC_PREFIX +[ -z $DEBLOC_DB ] && DEBLOC_DB=${XDG_CONFIG_HOME:-$HOME/.config}/debloc/$DEBLOC_PREFIX [ -z $DEBLOC_ROOT ] && DEBLOC_ROOT=$HOME/.debloc/$DEBLOC_PREFIX DEBLOC_LD=$DEBLOC_ROOT/ld -if [ -z $DEBIAN_MIRROR ]; then +if [ -z "$DEBIAN_MIRROR" ]; then DEBIAN_MIRROR="$(cat /etc/apt/sources.list | grep '^deb ' | grep main | grep -v backports)" DEBIAN_MIRROR="$(echo -e "$DEBIAN_MIRROR" | cut -d ' ' -f 2 | sed 's/\/$//' | sort | uniq)" fi diff --git a/xprofile b/xprofile index 978c2d6..0a6e061 100755 --- a/xprofile +++ b/xprofile @@ -9,6 +9,7 @@ [ -f ~/.Xresources ] && xrdb ~/.Xresources setxkbmap fr oss +xset b off export GTK2_RC_FILES="$HOME/.gtkrc-2.0"