17 lines
373 B
Desktop File
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
|