You are not logged in.
Pages: 1
Hi!
I have recently installed DockBarX and my goal is to make it only show the icons, leaving the rest of the dock invisible.
The problem that I have is that after switching to the "Invisible"-theme, there is still shadow around it. Is there any way to get rid of that? Or is there any other alternative to DockBarX that will give the result I want?
What it currently looks like:
How I want it to look like:
Offline
Settings Manager >> Window Manager Tweaks >> Compositor >> (uncheck) Show shadows under dock windows.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Settings Manager >> Window Manager Tweaks >> Compositor >> (uncheck) Show shadows under dock windows.
Thank you very much! It works, but it also removes shadows on all panels, is there any way to leave it on all except the dock?
Last edited by Lime (2015-05-30 19:19:11)
Offline
Yes, but it in a roundabout way.
Run the command (you need to have wmctrl installed):
wmctrl -r :SELECT: -b toggle,below
...and the mouse pointer will turn into a cross. Click anywhere on the the dockbar.
Then disable and re-enable the shadows again. I'm not sure why this works, I stumbled upon it a while ago.
To automate it a bit, create the following script:
#!/bin/bash
wmctrl -r :SELECT: -b toggle,below
xfconf-query -c xfwm4 -p /general/show_dock_shadow -s false
xfconf-query -c xfwm4 -p /general/show_dock_shadow -s true
...make the script executable and assign it to a shortcut key. (still need to click on the dock though)
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 525.63 KiB (Peak: 526.91 KiB) ]