A Guide To Using Plank Dock On Linux
A Guide To Using Plank Dock On Linux
article presents an overview of Plank, how to install it on popular Linux Historical Strategy Game
0 A.D. Alpha 25 Released
distributions, how to install new themes, how to use multiple docks (e.g.
with multiple monitors) and more.
Razer Peripherals Con g
App For Linux
This is Plank dock using the default settings and its preferences window: Polychromatic Sees First
Major Stable Release In
Three Years
Release Roundup:
Flameshot 0.10.0,
HandBrake 1.4.0, Szyszka
2.0.0, Clight 4.6 And Zellij
0.15.0
And here's Plank again, with a third-party theme, docklets (Show Desktop and
Trash), the Plank icon that allows accessing its preferences and quit the dock (on
the left-hand side of the dock), a folder pinned to the dock, and icon zoom
enabled:
EDITOR'S PICKS
have some advanced features including a library that can be used to create docks New Oracle Java 11 Installer For Ubuntu Or Linux
Mint (Using Local Oracle Java .tar.gz)
based on Plank. It uses Gtk3 but it should work on any desktop environment
(including KDE Plasma - it only pulls a few Gtk dependencies), as long as it's How To Fix `Could not get lock /var/lib/dpkg/lock
- open (11 Resource temporarily unavailable)`
using X11. Errors
Plank features:
Multiple hide modes: intellihide, autohide (always hide until moving the
mouse near the bottom of the screen), dodge maximized window, window
dodge, dodge active window, with con gurable hide and unhide delay and
optional pressure (so you don't accidentally reveal it) to reveal the dock
Con gurable icon size, and optional icon zoom e ect (with
con gurable zoom level); the icon zoom feature is disabled on
elementary OS and Fedora due to possible patent infringement
Can be set to only show pinned items to function like a launcher only
(not showing running applications), useful in multi-docks setups in which one
dock serves only as a launcher (showing only pinned applications)
Supports docklets and comes with a few built-in (these are applets /
standalone tools running inside Plank, e.g. Clippy, a clipboard manager, a
battery indicator, a show desktop or a trash icon)
Theme support
Run multiple docks in the same time, each with its own con guration
(this functionality is not exposed in the Plank preferences)
Install Plank:
Fedora:
Terminal
Terminal
Terminal
openSUSE:
Terminal
Solus OS:
Terminal
for Ubuntu there's also an o cial PPA that has newer Plank releases for
Ubuntu versions like 18.04 / Linux Mint 19.* (don't use this PPA on elementary
OS!!)
on Arch Linux / Manjaro you can install the latest Plank from Git by using an
uno cial Arch User Repository package
Launch Plank from the applications menu, from the Alt + F2 dialog (by typing
plank ), etc.
You may also want to add Plank to your startup applications. Most desktop
environments have a graphical tool to add applications and commands to
startup:
Using these graphical tools for adding startup application, add a new startup
item, use Plank for the application name and plank as the command (you
can add multiple startup entries for Plank in case you want to use multiple docks
- see below about using multiple Plank docks -, e.g. add plank -n dock2 as a
startup command to add a second Plank dock to startup).
There's also a "generic" way of adding a startup item that should work with
most desktop environments (including KDE Plasma, tested on Kubuntu 18.04):
Terminal
mkdir -p ~/.config/autostart
[Desktop Entry]
Type=Application
Exec=plank
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name=Plank
You can modify the Exec part (this is the command that runs on startup) and/or
create multiple startup entries (e.g. plank2.desktop for the second Plank
startup entry, with the plank -n dock2 command used to launch a second
dock), in case you want to add multiple docks to startup.
In case you want to launch Plank with a startup delay (if it starts too early
and some desktop elements interfere with Plank), add an extra line to this
~/.config/autostart/plank.desktop le containing X-GNOME-
Autostart-Delay=N , where N is the delay in seconds.
New Plank users may have di culties nding the application preferences since
there's no menu item for it by default.
The Plank Preferences and Quit menu items can be accessed by right
cliking near the edges (left/right) of the dock. Or you can hold down the
The Plank preferences may also be changed using dconf (e.g. install Dconf Tools
and navigate to / net / launchpad / plank / docks / dock1 for the
default dock, ... dock2 for the second dock in case you use multiple docks, etc.).
Using Dconf Editor you may also enable show-dock-item (under / net /
launchpad / plank / docks / dock1 ) to have an icon on Plank that you
can click to open its preferences or quit Plank, which makes accessing these
menu items more intuitive.
If you use Ubuntu here are your options for removing or disabling the
Ubuntu Dock
On Xfce Plank may have a weird looking shadow across the whole width of
the screen. You can x this by going to Settings -> Window Manager
Tweaks -> Compositor and disable Show shadows under dock
windows (this will also disable the Xfce panel shadow)
To remove a pinned application you can right click it and and uncheck Keep
in dock or you can drag the icon and drop it o the dock to remove it
To remove a docklet from Plank, drag and drop it outside the dock
You can cycle through multiple open windows of the same application by
scrolling on top of the application icon
If you can't pin / unpin applications, can't add docklets or can't remove
docklets (by dragging a docklet and dropping it away from the dock to
remove it), you must have enabled the Lock Icons option in the Plank
preferences (on the Behaviour tab). Disable that option and you'll have
control over Plank's icons again
Plank ships with 3 themes by default (Gtk+ and Default which are both the same,
Transparent and Matte). But you can install extra themes.
The easiest and quickest way to install some new Plank themes is to see if any are
available in your Linux distribution's repositories. For example, Fedora has 3
Plank themes in its repositories: Arc, elementary and Adapta, and you can install
them using:
Terminal
Arch Linux doesn't have any Plank themes in its repositories but there are 4 Plank
themes on AUR.
For any Linux distribution though, you can get new themes by visiting the
Plank Themes category on GNOME Look.org or searching websites like
GitHub for Plank themes.
You can install Plank themes downloaded from such websites by placing
them in:
In case you download an archive, extract it and place the theme folder in the
directory of your choice from the two listed above.
You don't need to restart Plank. After installing a new Plank theme, open the
Plank preferences and you'll nd the new theme there, ready to be used.
Using 2 Plank docks in the same time, each with its own con guration
Having multiple Plank docks in the same time has multiple use cases. You could
use a dock on each monitor in multi-monitor setups. Or you could have 2 docks
on the same monitor, with one dock showing running applications and another
one showing pinned applications (in various setups, like one at the bottom and
one on the side).
To create a second Plank dock, launch Plank with the -n option followed by the
name you want to call the second dock. For example, since the default dock is
called dock1 , this command runs a second Plank dock, called dock2 :
Terminal
plank -n dock2
To con gure this second dock, hold down the Ctrl key while you right
click on the dock and choose Preferences . Any settings you change will
For example, if you have two monitors, set one Plank dock to show On Primary
Display from its settings, and for the other dock disable the On Primary
In the same way create as many docks as you need. Add them to startup using
the instructions already mentioned above.
It's also worth mentioning that you can also access each dock's settings via Dconf
Editor, by navigating to / net / launchpad / plank/ docks .
For using Plank with multiple monitors there's also autoplank, a third-party tool
that allows using a single Plank instance with multiple monitors by moving Plank
to the active monitor. The original autoplank code doesn't work with recent
Linux distributions, but there are some pull requests that get it to work, but even
with those it's not perfect. I'm hoping someone will take over the project and x
the remaining issues.
Turn Your Tablet Or Phone Into A Find And Remove Duplicate Files, croc Is A Tool For Resumable,
Graphic Tablet / Touch Screen For Similar Images And More With Encrypted File And Folder
Your Desktop With Weylus Czkawka (FSlint Alternative) Transfers Between Computers
(Command Line)