[feat] refactor

This commit is contained in:
jay 2023-03-04 17:45:19 +08:00
parent 69b457fa02
commit ce24cd5e38
36 changed files with 6 additions and 0 deletions

1
.chezmoiroot Normal file
View File

@ -0,0 +1 @@
home

View File

@ -1,5 +1,9 @@
#!/bin/bash
if [ -d "$HOME/.zinit/bin" ]; then
exit 0
fi
if ! git clone https://github.com/zdharma-continuum/zinit.git ~/.zinit/bin; then
>&2 echo "clone zinit into ~/.zinit/bin failed"
exit 1

View File

Before

Width:  |  Height:  |  Size: 25 MiB

After

Width:  |  Height:  |  Size: 25 MiB

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

@ -39,6 +39,7 @@ output * bg ~/.config/sway/bg.png fill
exec --no-startup-id dbus-update-activation-environment --all
exec_always kanshi
exec dex -a -e sway
exec nm-tray
# for sway overview
# exec_always rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov -t 100

View File

Before

Width:  |  Height:  |  Size: 332 KiB

After

Width:  |  Height:  |  Size: 332 KiB