diff options
author | Adam Stück <adam@adast.xyz> | 2023-05-04 15:52:13 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-05-04 15:52:13 +0200 |
commit | ac0422a9eb7ca9faae96566ca92a7e579d9a6437 (patch) | |
tree | 455ffac76f3cfdde083473b4ff60f334a16e8b04 /.local/bin/comptoggle | |
parent | aa3f5d6aabf002582bf77652aa0b5177a18a3bec (diff) |
Drop unused scripts
Diffstat (limited to '.local/bin/comptoggle')
-rwxr-xr-x | .local/bin/comptoggle | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.local/bin/comptoggle b/.local/bin/comptoggle deleted file mode 100755 index 438ac32..0000000 --- a/.local/bin/comptoggle +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if pgrep -x "picom" >/dev/null; then - killall picom -else - picom -b --config "$HOME/.config/picom/picom.conf" -fi |