From dd593610992c1639fdc4130f30dce864a16a900f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Wed, 11 Mar 2020 23:56:55 +0000 Subject: [PATCH] Change cursor theme, add plank settings --- dots/plank/items/calibre-gui.dockitem | 2 ++ dots/plank/items/chromium-browser.dockitem | 2 ++ dots/plank/items/emacs25.dockitem | 2 ++ dots/plank/items/gimp.dockitem | 2 ++ dots/plank/items/sakura.dockitem | 2 ++ dots/plank/items/thunderbird.dockitem | 2 ++ dots/plank/plank.ini | 21 +++++++++++++++++++++ 7 files changed, 33 insertions(+) create mode 100644 dots/plank/items/calibre-gui.dockitem create mode 100644 dots/plank/items/chromium-browser.dockitem create mode 100644 dots/plank/items/emacs25.dockitem create mode 100644 dots/plank/items/gimp.dockitem create mode 100644 dots/plank/items/sakura.dockitem create mode 100644 dots/plank/items/thunderbird.dockitem create mode 100644 dots/plank/plank.ini diff --git a/dots/plank/items/calibre-gui.dockitem b/dots/plank/items/calibre-gui.dockitem new file mode 100644 index 0000000..ecde860 --- /dev/null +++ b/dots/plank/items/calibre-gui.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/calibre-gui.desktop diff --git a/dots/plank/items/chromium-browser.dockitem b/dots/plank/items/chromium-browser.dockitem new file mode 100644 index 0000000..8a42be3 --- /dev/null +++ b/dots/plank/items/chromium-browser.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/chromium-browser.desktop diff --git a/dots/plank/items/emacs25.dockitem b/dots/plank/items/emacs25.dockitem new file mode 100644 index 0000000..217b019 --- /dev/null +++ b/dots/plank/items/emacs25.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/emacs25.desktop diff --git a/dots/plank/items/gimp.dockitem b/dots/plank/items/gimp.dockitem new file mode 100644 index 0000000..c9f9438 --- /dev/null +++ b/dots/plank/items/gimp.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/gimp.desktop diff --git a/dots/plank/items/sakura.dockitem b/dots/plank/items/sakura.dockitem new file mode 100644 index 0000000..a52dc0e --- /dev/null +++ b/dots/plank/items/sakura.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/sakura.desktop diff --git a/dots/plank/items/thunderbird.dockitem b/dots/plank/items/thunderbird.dockitem new file mode 100644 index 0000000..c3088fd --- /dev/null +++ b/dots/plank/items/thunderbird.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/thunderbird.desktop diff --git a/dots/plank/plank.ini b/dots/plank/plank.ini new file mode 100644 index 0000000..d38cfc0 --- /dev/null +++ b/dots/plank/plank.ini @@ -0,0 +1,21 @@ +[dock1] +icon-size=48 +show-dock-item=false +position='left' +dock-items=['sakura.dockitem', 'chromium-browser.dockitem', 'thunderbird.dockitem', 'emacs25.dockitem', 'gimp.dockitem', 'calibre-gui.dockitem'] +unhide-delay=0 +items-alignment='center' +theme='Frost' +hide-mode='intelligent' +pinned-only=false +auto-pinning=true +alignment='center' +zoom-percent=150 +hide-delay=0 +zoom-enabled=false +monitor='' +lock-items=false +tooltips-enabled=true +pressure-reveal=false +offset=0 +current-workspace-only=false