[feat] refactor
This commit is contained in:
parent
69b457fa02
commit
ce24cd5e38
1
.chezmoiroot
Normal file
1
.chezmoiroot
Normal file
@ -0,0 +1 @@
|
||||
home
|
@ -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
|
Before Width: | Height: | Size: 25 MiB After Width: | Height: | Size: 25 MiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
@ -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
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
Loading…
Reference in New Issue
Block a user