diff --git a/desktop_entries/.local/share/applications/meta.desktop b/desktop_entries/.local/share/applications/meta.desktop new file mode 100644 index 0000000..8bb14df --- /dev/null +++ b/desktop_entries/.local/share/applications/meta.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] + +# The type as listed above +Type=Application + +# The version of the desktop entry specification to which this file complies +Version=1.0 + +# The name of the application +Name=Meta + +# The path to the folder in which the executable is run +#Path= + +# The executable of the application, possibly with arguments. +Exec=kitty --name meta --session ~/.config/kitty/meta.session + +# Describes whether this application needs to be run in a terminal or not +Terminal=False + diff --git a/i3wm/.config/i3/config b/i3wm/.config/i3/config index 8880773..c6d7f09 100644 --- a/i3wm/.config/i3/config +++ b/i3wm/.config/i3/config @@ -233,6 +233,9 @@ bar { tray_output primary } +## Commands for specific windows +for_window [class="^kitty$" instance="^meta$"] move scratchpad, scratchpad show + ## Programs at launch # exec --no-startup-id dunst exec --no-startup-id nextcloud diff --git a/kitty/.config/kitty/meta.session b/kitty/.config/kitty/meta.session new file mode 100644 index 0000000..80285de --- /dev/null +++ b/kitty/.config/kitty/meta.session @@ -0,0 +1,15 @@ +title 💬 matterhorn +launch matterhorn + +new_tab 📨 email +launch env EMAIL_ACCOUNT=waarp mutt + +new_tab 📅 calendar +launch ikhal + +new_tab 📓 notebook +cd ~/Notebook +launch nvim main.md + +new_tab 📂 files +launch fish -c "vifm ~/Téléchargements ~/Cloud/files/flowupload"