Přidání nových skriptů a konfiguračních souborů

This commit is contained in:
archos
2024-05-01 07:13:49 +02:00
parent 4984384a94
commit f86f4cb729
12 changed files with 698 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
if pgrep -x "picom" > /dev/null
then
killall picom
else
picom -b --config ~/.config/i3/picom.conf
fi