diff --git a/de/home/.config/smm2/blueprints/sway-screenshot/config b/de/home/.config/smm2/blueprints/sway-screenshot/config deleted file mode 100644 index 1ee74b8..0000000 --- a/de/home/.config/smm2/blueprints/sway-screenshot/config +++ /dev/null @@ -1 +0,0 @@ -requires_sudo= diff --git a/de/home/.config/smm2/blueprints/sway-screenshot/deps b/de/home/.config/smm2/blueprints/sway-screenshot/deps deleted file mode 100644 index b1b8a70..0000000 --- a/de/home/.config/smm2/blueprints/sway-screenshot/deps +++ /dev/null @@ -1 +0,0 @@ -jq grim slurp wl-clipboard libnotify4 imagemagick diff --git a/de/home/.config/smm2/blueprints/sway-screenshot/install.sh b/de/home/.config/smm2/blueprints/sway-screenshot/install.sh deleted file mode 100755 index bbfd6ad..0000000 --- a/de/home/.config/smm2/blueprints/sway-screenshot/install.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -git clone https://github.com/Gustash/sway-screenshot.git -sed -i 's;/usr/bin/env sh;/usr/bin/env bash;' sway-screenshot/sway-screenshot -mv ./sway-screenshot/sway-screenshot $HOME/.local/bin -chmod +x $HOME/.local/bin/sway-screenshot