From e7dcf95f309278eee387d04497147bcb3fe7e8a1 Mon Sep 17 00:00:00 2001 From: wilou Date: Fri, 8 Mar 2024 14:26:56 +0000 Subject: [PATCH] =?UTF-8?q?T=C3=A9l=C3=A9verser=20les=20fichiers=20vers=20?= =?UTF-8?q?"autostart"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autostart/polybar.desktop | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 autostart/polybar.desktop diff --git a/autostart/polybar.desktop b/autostart/polybar.desktop new file mode 100644 index 0000000..55503be --- /dev/null +++ b/autostart/polybar.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Name=Polybar +Comment=A fast and easy to use tool for creating status bars +Exec=/bin/bash -c "$HOME/.config/polybar/launch.sh" +Hidden=false +X-MATE-Autostart-enabled=true