Add picom bindings

This commit is contained in:
Ian Keane 2022-06-26 22:37:10 -04:00
parent 5b2b47cdaf
commit 86c80f489d
2 changed files with 15 additions and 0 deletions

4
dotfiles/bin/.local/bin/solid Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/fish
if ps -aux | grep picom | grep -v grep
pkill picom
end

11
dotfiles/bin/.local/bin/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" &