mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
added picom config and some extra mounts
This commit is contained in:
parent
d5601c1cef
commit
ae134cd087
@ -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
6
config/picom.conf
Normal file
@ -0,0 +1,6 @@
|
||||
#################################
|
||||
# Transparency / Opacity #
|
||||
#################################
|
||||
|
||||
# Opacity of inactive windows. (0.1 - 1.0)
|
||||
inactive-opacity = 1.0;
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user