diff --git a/dotfiles/bin/.local/bin/solid b/dotfiles/bin/.local/bin/solid new file mode 100755 index 0000000..70ebfdb --- /dev/null +++ b/dotfiles/bin/.local/bin/solid @@ -0,0 +1,4 @@ +#!/usr/bin/fish +if ps -aux | grep picom | grep -v grep + pkill picom +end diff --git a/dotfiles/bin/.local/bin/trans b/dotfiles/bin/.local/bin/trans new file mode 100755 index 0000000..d58b5f5 --- /dev/null +++ b/dotfiles/bin/.local/bin/trans @@ -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" &