Update nvim and use symlink for wallpapers

This commit is contained in:
2021-05-17 21:08:47 +01:00
parent 418b68462b
commit 8b109fc010
2 changed files with 6 additions and 2 deletions

View File

@@ -11,8 +11,12 @@ if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/x11/.DPI" ]; then
xrandr --dpi "$DPI" xrandr --dpi "$DPI"
fi fi
setbg ~/Scarif/Pictures/Wallpapers/Dual\ 4K & # set the background eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
export SSH_AUTH_SOCK
setbg "$HOME/.local/wallpapers" & # set the background
enpass & # start password manager enpass & # start password manager
nextcloud & # start Nextcloud
xcompmgr & # xcompmgr for transparency xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications dunst & # dunst for notifications
xset r rate 300 50 & # Speed xrate up xset r rate 300 50 & # Speed xrate up