Move .local/bin to ~/scripts
This commit is contained in:
parent
b4b08be5ec
commit
6cda242526
15 changed files with 5 additions and 5 deletions
11
dotfiles/bin/scripts/trans
Executable file
11
dotfiles/bin/scripts/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