QuickLauncher hide or position to bottom?
Hiya guys,
I would like to have my Xfdashboard-1.0.0 configuration a bit minimal. Meaning to hide Workspace and the Quicklauncher.
I was able to hide the Workspaces via:
/* Live workspaces */
XfdashboardLiveWorkspace
{
visibility: false;
}
But for some reason
#quicklaunch
{
visibility: false;
}
does not work.
Anyway, is it possible to disable Workspaces and Quicklauncher (hardcoded)?