Add install.sh Add .zshrc add: nvim configs add: toggleterm, alpha update update Create README.md major changes major changes add picom updated dot files update shit
6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
#!/bin/bash
|
|
|
|
while inotifywait -qqe close_write /tmp/.xmonad-workspace-log; do
|
|
echo ' '
|
|
done
|
|
|