From 97c4e21ea498e545124398342b1416dc52116735 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 2 Feb 2024 23:58:29 +0200 Subject: Add plank config --- .config/plank/dock/launchers/Alacritty.dockitem | 2 ++ .config/plank/dock/launchers/com.obsproject.Studio.dockitem | 2 ++ .config/plank/dock/launchers/discord.dockitem | 2 ++ .config/plank/dock/launchers/firefox.dockitem | 2 ++ .config/plank/dock/launchers/gimp.dockitem | 2 ++ .config/plank/dock/launchers/google-chrome.dockitem | 2 ++ .config/plank/dock/launchers/obsidian.dockitem | 2 ++ .config/plank/dock/launchers/org.gnome.Nautilus.dockitem | 2 ++ .config/plank/dock/launchers/spotify.dockitem | 2 ++ .config/plank/dock/launchers/steam.dockitem | 2 ++ .config/plank/dock/launchers/trash.dockitem | 2 ++ .config/plank/dock/launchers/virtualbox.dockitem | 2 ++ .config/plank/dock/launchers/vlc.dockitem | 2 ++ .config/plank/dock1/launchers/code-oss.dockitem | 2 ++ .config/plank/dock1/launchers/com.obsproject.Studio.dockitem | 2 ++ .config/plank/dock1/launchers/discord.dockitem | 2 ++ .config/plank/dock1/launchers/firefox.dockitem | 2 ++ .config/plank/dock1/launchers/obsidian.dockitem | 2 ++ .config/plank/dock1/launchers/org.qbittorrent.qBittorrent.dockitem | 2 ++ .config/plank/dock1/launchers/pcmanfm.dockitem | 2 ++ .config/plank/dock1/launchers/phototonic.dockitem | 2 ++ .config/plank/dock1/launchers/steam.dockitem | 2 ++ .config/plank/dock1/launchers/trash.dockitem | 2 ++ .config/plank/dock1/launchers/vlc.dockitem | 2 ++ 24 files changed, 48 insertions(+) create mode 100644 .config/plank/dock/launchers/Alacritty.dockitem create mode 100644 .config/plank/dock/launchers/com.obsproject.Studio.dockitem create mode 100644 .config/plank/dock/launchers/discord.dockitem create mode 100644 .config/plank/dock/launchers/firefox.dockitem create mode 100644 .config/plank/dock/launchers/gimp.dockitem create mode 100644 .config/plank/dock/launchers/google-chrome.dockitem create mode 100644 .config/plank/dock/launchers/obsidian.dockitem create mode 100644 .config/plank/dock/launchers/org.gnome.Nautilus.dockitem create mode 100644 .config/plank/dock/launchers/spotify.dockitem create mode 100644 .config/plank/dock/launchers/steam.dockitem create mode 100644 .config/plank/dock/launchers/trash.dockitem create mode 100644 .config/plank/dock/launchers/virtualbox.dockitem create mode 100644 .config/plank/dock/launchers/vlc.dockitem create mode 100644 .config/plank/dock1/launchers/code-oss.dockitem create mode 100644 .config/plank/dock1/launchers/com.obsproject.Studio.dockitem create mode 100644 .config/plank/dock1/launchers/discord.dockitem create mode 100644 .config/plank/dock1/launchers/firefox.dockitem create mode 100644 .config/plank/dock1/launchers/obsidian.dockitem create mode 100644 .config/plank/dock1/launchers/org.qbittorrent.qBittorrent.dockitem create mode 100644 .config/plank/dock1/launchers/pcmanfm.dockitem create mode 100644 .config/plank/dock1/launchers/phototonic.dockitem create mode 100644 .config/plank/dock1/launchers/steam.dockitem create mode 100644 .config/plank/dock1/launchers/trash.dockitem create mode 100644 .config/plank/dock1/launchers/vlc.dockitem diff --git a/.config/plank/dock/launchers/Alacritty.dockitem b/.config/plank/dock/launchers/Alacritty.dockitem new file mode 100644 index 0000000..b3091c5 --- /dev/null +++ b/.config/plank/dock/launchers/Alacritty.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/Alacritty.desktop diff --git a/.config/plank/dock/launchers/com.obsproject.Studio.dockitem b/.config/plank/dock/launchers/com.obsproject.Studio.dockitem new file mode 100644 index 0000000..7626308 --- /dev/null +++ b/.config/plank/dock/launchers/com.obsproject.Studio.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/com.obsproject.Studio.desktop diff --git a/.config/plank/dock/launchers/discord.dockitem b/.config/plank/dock/launchers/discord.dockitem new file mode 100644 index 0000000..c6736ba --- /dev/null +++ b/.config/plank/dock/launchers/discord.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/discord.desktop diff --git a/.config/plank/dock/launchers/firefox.dockitem b/.config/plank/dock/launchers/firefox.dockitem new file mode 100644 index 0000000..0dbfff7 --- /dev/null +++ b/.config/plank/dock/launchers/firefox.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/firefox.desktop diff --git a/.config/plank/dock/launchers/gimp.dockitem b/.config/plank/dock/launchers/gimp.dockitem new file mode 100644 index 0000000..c9f9438 --- /dev/null +++ b/.config/plank/dock/launchers/gimp.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/gimp.desktop diff --git a/.config/plank/dock/launchers/google-chrome.dockitem b/.config/plank/dock/launchers/google-chrome.dockitem new file mode 100644 index 0000000..cd04294 --- /dev/null +++ b/.config/plank/dock/launchers/google-chrome.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/google-chrome.desktop diff --git a/.config/plank/dock/launchers/obsidian.dockitem b/.config/plank/dock/launchers/obsidian.dockitem new file mode 100644 index 0000000..0170dbd --- /dev/null +++ b/.config/plank/dock/launchers/obsidian.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/obsidian.desktop diff --git a/.config/plank/dock/launchers/org.gnome.Nautilus.dockitem b/.config/plank/dock/launchers/org.gnome.Nautilus.dockitem new file mode 100644 index 0000000..ae5f8d9 --- /dev/null +++ b/.config/plank/dock/launchers/org.gnome.Nautilus.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/org.gnome.Nautilus.desktop diff --git a/.config/plank/dock/launchers/spotify.dockitem b/.config/plank/dock/launchers/spotify.dockitem new file mode 100644 index 0000000..8ae95b4 --- /dev/null +++ b/.config/plank/dock/launchers/spotify.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/spotify.desktop diff --git a/.config/plank/dock/launchers/steam.dockitem b/.config/plank/dock/launchers/steam.dockitem new file mode 100644 index 0000000..143d3b4 --- /dev/null +++ b/.config/plank/dock/launchers/steam.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/steam.desktop diff --git a/.config/plank/dock/launchers/trash.dockitem b/.config/plank/dock/launchers/trash.dockitem new file mode 100644 index 0000000..567a63e --- /dev/null +++ b/.config/plank/dock/launchers/trash.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=docklet://trash diff --git a/.config/plank/dock/launchers/virtualbox.dockitem b/.config/plank/dock/launchers/virtualbox.dockitem new file mode 100644 index 0000000..fa95934 --- /dev/null +++ b/.config/plank/dock/launchers/virtualbox.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/virtualbox.desktop diff --git a/.config/plank/dock/launchers/vlc.dockitem b/.config/plank/dock/launchers/vlc.dockitem new file mode 100644 index 0000000..c20771a --- /dev/null +++ b/.config/plank/dock/launchers/vlc.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/vlc.desktop diff --git a/.config/plank/dock1/launchers/code-oss.dockitem b/.config/plank/dock1/launchers/code-oss.dockitem new file mode 100644 index 0000000..3d8af2b --- /dev/null +++ b/.config/plank/dock1/launchers/code-oss.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/code-oss.desktop diff --git a/.config/plank/dock1/launchers/com.obsproject.Studio.dockitem b/.config/plank/dock1/launchers/com.obsproject.Studio.dockitem new file mode 100644 index 0000000..39554a1 --- /dev/null +++ b/.config/plank/dock1/launchers/com.obsproject.Studio.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///home/srdusr/.local/share/applications/com.obsproject.Studio.desktop diff --git a/.config/plank/dock1/launchers/discord.dockitem b/.config/plank/dock1/launchers/discord.dockitem new file mode 100644 index 0000000..c6736ba --- /dev/null +++ b/.config/plank/dock1/launchers/discord.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/discord.desktop diff --git a/.config/plank/dock1/launchers/firefox.dockitem b/.config/plank/dock1/launchers/firefox.dockitem new file mode 100644 index 0000000..0dbfff7 --- /dev/null +++ b/.config/plank/dock1/launchers/firefox.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/firefox.desktop diff --git a/.config/plank/dock1/launchers/obsidian.dockitem b/.config/plank/dock1/launchers/obsidian.dockitem new file mode 100644 index 0000000..0170dbd --- /dev/null +++ b/.config/plank/dock1/launchers/obsidian.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/obsidian.desktop diff --git a/.config/plank/dock1/launchers/org.qbittorrent.qBittorrent.dockitem b/.config/plank/dock1/launchers/org.qbittorrent.qBittorrent.dockitem new file mode 100644 index 0000000..7475952 --- /dev/null +++ b/.config/plank/dock1/launchers/org.qbittorrent.qBittorrent.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/org.qbittorrent.qBittorrent.desktop diff --git a/.config/plank/dock1/launchers/pcmanfm.dockitem b/.config/plank/dock1/launchers/pcmanfm.dockitem new file mode 100644 index 0000000..bc3af9d --- /dev/null +++ b/.config/plank/dock1/launchers/pcmanfm.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/pcmanfm.desktop diff --git a/.config/plank/dock1/launchers/phototonic.dockitem b/.config/plank/dock1/launchers/phototonic.dockitem new file mode 100644 index 0000000..e391893 --- /dev/null +++ b/.config/plank/dock1/launchers/phototonic.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///home/srdusr/.local/share/applications/phototonic.desktop diff --git a/.config/plank/dock1/launchers/steam.dockitem b/.config/plank/dock1/launchers/steam.dockitem new file mode 100644 index 0000000..143d3b4 --- /dev/null +++ b/.config/plank/dock1/launchers/steam.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/steam.desktop diff --git a/.config/plank/dock1/launchers/trash.dockitem b/.config/plank/dock1/launchers/trash.dockitem new file mode 100644 index 0000000..567a63e --- /dev/null +++ b/.config/plank/dock1/launchers/trash.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=docklet://trash diff --git a/.config/plank/dock1/launchers/vlc.dockitem b/.config/plank/dock1/launchers/vlc.dockitem new file mode 100644 index 0000000..c20771a --- /dev/null +++ b/.config/plank/dock1/launchers/vlc.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/vlc.desktop -- cgit v1.2.3