Add picom bindings
This commit is contained in:
parent
5b2b47cdaf
commit
86c80f489d
2 changed files with 15 additions and 0 deletions
4
dotfiles/bin/.local/bin/solid
Executable file
4
dotfiles/bin/.local/bin/solid
Executable 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
11
dotfiles/bin/.local/bin/trans
Executable 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" &
|
||||||
Loading…
Add table
Add a link
Reference in a new issue