Skip to content

Instantly share code, notes, and snippets.

@rukh-debug
Last active January 11, 2023 00:11
Show Gist options
  • Save rukh-debug/81d3431c3d521fd928ae46a988e0356d to your computer and use it in GitHub Desktop.
Save rukh-debug/81d3431c3d521fd928ae46a988e0356d to your computer and use it in GitHub Desktop.
swaylock integrated with corrupter, being used for aur
#!/bin/sh
FILE="/tmp/ss.png"
grim $FILE; corrupter $FILE $FILE; swaylock -i $FILE; rm $FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment