summaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/autostart
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:36 +0100
committersommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 15:05:36 +0100
commitaff435a0fb3a56b1d7b738c7dede363440884b3a (patch)
tree07acb41d37760aa169ee42dbeb69da3621cc7489 /dot_config/autostart
parenta7f74c1fa4b89c5829f5896842eb7248c820704c (diff)
downloaddotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.tar.gz
dotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.tar.bz2
dotfiles-aff435a0fb3a56b1d7b738c7dede363440884b3a.zip
Add the Canonical laptop profile and setup workflows
Diffstat (limited to 'dot_config/autostart')
-rw-r--r--dot_config/autostart/dotfiles-keybase.desktop5
-rw-r--r--dot_config/autostart/dotfiles-mattermost.desktop5
-rw-r--r--dot_config/autostart/dotfiles-nheko.desktop5
-rw-r--r--dot_config/autostart/dotfiles-thunderbird.desktop5
4 files changed, 20 insertions, 0 deletions
diff --git a/dot_config/autostart/dotfiles-keybase.desktop b/dot_config/autostart/dotfiles-keybase.desktop
new file mode 100644
index 0000000..fbc6b9d
--- /dev/null
+++ b/dot_config/autostart/dotfiles-keybase.desktop
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+Name=Keybase
+Exec=env KEYBASE_AUTOSTART=1 /snap/bin/keybase
+OnlyShowIn=GNOME;
diff --git a/dot_config/autostart/dotfiles-mattermost.desktop b/dot_config/autostart/dotfiles-mattermost.desktop
new file mode 100644
index 0000000..aa309dd
--- /dev/null
+++ b/dot_config/autostart/dotfiles-mattermost.desktop
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+Name=Mattermost
+Exec=/snap/bin/mattermost-desktop --hidden
+OnlyShowIn=GNOME;
diff --git a/dot_config/autostart/dotfiles-nheko.desktop b/dot_config/autostart/dotfiles-nheko.desktop
new file mode 100644
index 0000000..d71f16e
--- /dev/null
+++ b/dot_config/autostart/dotfiles-nheko.desktop
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+Name=Nheko Work
+Exec=/usr/bin/flatpak run im.nheko.Nheko --profile work
+OnlyShowIn=GNOME;
diff --git a/dot_config/autostart/dotfiles-thunderbird.desktop b/dot_config/autostart/dotfiles-thunderbird.desktop
new file mode 100644
index 0000000..ced3696
--- /dev/null
+++ b/dot_config/autostart/dotfiles-thunderbird.desktop
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+Name=Thunderbird
+Exec=/snap/bin/thunderbird
+OnlyShowIn=GNOME;