From a887681f2a7a31ee0b7a9e4a3e650b0bcb970117 Mon Sep 17 00:00:00 2001 From: urosm Date: Sat, 21 Sep 2024 18:09:12 +0200 Subject: [PATCH] Introduce `top` and `nmtui` desktop files --- .local/share/applications/nmtui.desktop | 5 +++++ .local/share/applications/top.desktop | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .local/share/applications/nmtui.desktop create mode 100644 .local/share/applications/top.desktop diff --git a/.local/share/applications/nmtui.desktop b/.local/share/applications/nmtui.desktop new file mode 100644 index 0000000..6e4e6cf --- /dev/null +++ b/.local/share/applications/nmtui.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Exec=-Tnmtui nmtui +Name=nmtui +Terminal=true diff --git a/.local/share/applications/top.desktop b/.local/share/applications/top.desktop new file mode 100644 index 0000000..4e91fe6 --- /dev/null +++ b/.local/share/applications/top.desktop @@ -0,0 +1,5 @@ +[Desktop Entry] +Type=Application +Exec=-Ttop top +Name=top +Terminal=true