From a3fda9c427d6fc272453a46ce2bca79ae7f3ae60 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Tue, 11 Feb 2025 15:23:05 +0100 Subject: [PATCH] fix: change kitty invocation in meta.desktop --- bin/.local/bin/v-analyzer | 1 + desktop_entries/.local/share/applications/meta.desktop | 2 +- desktop_entries/.local/share/applications/mimeinfo.cache | 1 + .../.config/systemd/user/default.target.wants/darkman.service | 1 + .../udiskie.service | 0 5 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 bin/.local/bin/v-analyzer create mode 100644 desktop_entries/.local/share/applications/mimeinfo.cache create mode 120000 systemd/.config/systemd/user/default.target.wants/darkman.service rename systemd/.config/systemd/user/{default.target.wants => sway-session.target.wants}/udiskie.service (100%) diff --git a/bin/.local/bin/v-analyzer b/bin/.local/bin/v-analyzer new file mode 120000 index 0000000..e6d839c --- /dev/null +++ b/bin/.local/bin/v-analyzer @@ -0,0 +1 @@ +/home/bca/.config/v-analyzer/bin/v-analyzer \ No newline at end of file diff --git a/desktop_entries/.local/share/applications/meta.desktop b/desktop_entries/.local/share/applications/meta.desktop index 13f4c18..419a746 100644 --- a/desktop_entries/.local/share/applications/meta.desktop +++ b/desktop_entries/.local/share/applications/meta.desktop @@ -13,7 +13,7 @@ Name=Meta #Path= # The executable of the application, possibly with arguments. -Exec=kitty --name meta --session /home/bca/.config/kitty/meta.session +Exec=kitty --title meta --session /home/bca/.config/kitty/meta.session # Describes whether this application needs to be run in a terminal or not Terminal=False diff --git a/desktop_entries/.local/share/applications/mimeinfo.cache b/desktop_entries/.local/share/applications/mimeinfo.cache new file mode 100644 index 0000000..7dab7ea --- /dev/null +++ b/desktop_entries/.local/share/applications/mimeinfo.cache @@ -0,0 +1 @@ +[MIME Cache] diff --git a/systemd/.config/systemd/user/default.target.wants/darkman.service b/systemd/.config/systemd/user/default.target.wants/darkman.service new file mode 120000 index 0000000..4b9f58d --- /dev/null +++ b/systemd/.config/systemd/user/default.target.wants/darkman.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/darkman.service \ No newline at end of file diff --git a/systemd/.config/systemd/user/default.target.wants/udiskie.service b/systemd/.config/systemd/user/sway-session.target.wants/udiskie.service similarity index 100% rename from systemd/.config/systemd/user/default.target.wants/udiskie.service rename to systemd/.config/systemd/user/sway-session.target.wants/udiskie.service