Files
escripts/swap/swap.desktop
Eugene Amos 715940f9e8 Swap
> Adding **swap** to the repo
2023-12-12 23:39:20 -08:00

17 lines
373 B
Desktop File

#
# 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