Move .local/bin to ~/scripts

This commit is contained in:
Ian Keane 2022-06-30 00:55:47 -04:00
parent b4b08be5ec
commit 6cda242526
15 changed files with 5 additions and 5 deletions

11
dotfiles/bin/scripts/trans Executable file
View file

@ -0,0 +1,11 @@
#!/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" &