cleanup
This commit is contained in:
parent
ed90b43991
commit
4916d523ec
|
@ -10,7 +10,7 @@ start pipewire
|
||||||
start remaps -qd
|
start remaps -qd
|
||||||
start checkup
|
start checkup
|
||||||
start playerctld daemon
|
start playerctld daemon
|
||||||
start picom --experimental-backends
|
start picom
|
||||||
start unclutter -noevents
|
start unclutter -noevents
|
||||||
start dunst
|
start dunst
|
||||||
start dwmblocks
|
start dwmblocks
|
||||||
|
|
|
@ -8,8 +8,7 @@ source $ZDOTDIR/configs/aliases
|
||||||
|
|
||||||
source $ZDOTDIR/plugins/fzf/bindings.zsh
|
source $ZDOTDIR/plugins/fzf/bindings.zsh
|
||||||
source $ZDOTDIR/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
source $ZDOTDIR/plugins/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
|
||||||
[ -r /usr/bin/virtualenvwrapper_lazy.sh ] && source /usr/bin/virtualenvwrapper_lazy.sh || \
|
[ -r /usr/bin/virtualenvwrapper_lazy.sh ] && source /usr/bin/virtualenvwrapper_lazy.sh
|
||||||
source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh
|
|
||||||
|
|
||||||
for f in $ZDOTDIR/configs/autogenerated/*; do
|
for f in $ZDOTDIR/configs/autogenerated/*; do
|
||||||
source $f
|
source $f
|
||||||
|
|
Loading…
Reference in New Issue