> Adding **swap** to the repo
This commit is contained in:
2023-12-12 23:39:20 -08:00
parent fff595685f
commit 715940f9e8
3 changed files with 127 additions and 0 deletions

16
swap/swap.desktop Normal file
View File

@ -0,0 +1,16 @@
#
# Change [USERNAME] to your own name.
#
#
[Desktop Entry]
Name=Swap
Comment=clear the swap memory.
# This version will prompt user to close window
#Exec=gnome-terminal -- bash -c '/home/[USERNAME]/scripts/swap/swap.sh; read -p "Press enter to close..."'
Exec=gnome-terminal -- bash -c '/home/[USERNAME]/scripts/swap/swap.sh'
Icon=bash
Terminal=false
Type=Application