create passphrase gen tool

This commit is contained in:
Ian Keane 2023-02-24 23:59:39 -05:00
parent ac7702ed4d
commit d0c620b61c
3 changed files with 4 additions and 0 deletions

View file

@ -1,11 +0,0 @@
#!/usr/bin/fish
if ps -aux | grep picom | grep -v grep
pkill picom
end
sleep 0.2
picom \
--conf /dev/null \
-i 0.8 \
--active-opacity 1.0 \
--focus-exclude "x = 0 && y = 0 && override_redirect = true" &