added picom config and some extra mounts

This commit is contained in:
Rick van Lieshout 2020-09-28 13:04:26 +02:00
parent d5601c1cef
commit ae134cd087
3 changed files with 17 additions and 0 deletions

View File

@ -46,6 +46,16 @@ declare -A MOUNTS4=(
[share]='isos'
[mount]='isos'
)
declare -A MOUNTS5=(
[server]="$MY_SERVER_LOCATION"
[share]='books'
[mount]='books'
)
declare -A MOUNTS6=(
[server]="$MY_SERVER_LOCATION"
[share]='pictures'
[mount]='pictures'
)
# declare array with "objects"
declare -n MOUNTS

6
config/picom.conf Normal file
View File

@ -0,0 +1,6 @@
#################################
# Transparency / Opacity #
#################################
# Opacity of inactive windows. (0.1 - 1.0)
inactive-opacity = 1.0;

View File

@ -100,6 +100,7 @@ function install_config {
ln -sf "$PWD"/config/user-dirs.dirs ~/.config/user-dirs.dirs
mkdir -p ~/.pulse
ln -sf "$PWD"/config/pulse/daemon.conf ~/.pulse/daemon.conf
ln -sf "$PWD"/config/picom.conf ~/.config/picom.conf
# link system files / directories
sudo ln -sf "$PWD"/config/package-managers/pacman.conf /etc/pacman.conf