From 864fe2a1ea5c7fbb0a5ed0919bba879c5dd7a883 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sat, 27 Sep 2025 20:10:27 +0300 Subject: [PATCH] feat: add zen browser .desktop --- .../private_applications/zen.desktop | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 private_dot_local/private_share/private_applications/zen.desktop diff --git a/private_dot_local/private_share/private_applications/zen.desktop b/private_dot_local/private_share/private_applications/zen.desktop new file mode 100644 index 0000000..a622766 --- /dev/null +++ b/private_dot_local/private_share/private_applications/zen.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + + +# The name of the application +Name=Zen Browser + +# A comment which can/will be used as a tooltip +Comment=zen + + +# The executable of the application, possibly with arguments. +Exec=zen + +# The name of the icon that will be used to display this entry +Icon=zen + +# Describes whether this application needs to be run in a terminal or not +Terminal=false