Today I wrote little script combined with kde Keyboard input action (in kcontrol) and Window Application property.
Then I launch only one instance of konqueror.In windows special properties I check Position (0,0) , and some other paramaters for width, min with, max width, etc.... And of course check Desktop paramater to "Every desktop".
I create a Keybord input action to run a script (in lower part) that can set visible or hidden my konqueror instance.
And now I've my Konqueror file manager quickly every where

The script :
#!/bin/bash
Ik=`dcop 'konqueror*'`
Iv=`dcop $Ik konqueror-mainwindow#1 visible`
dcop $Ik konqueror-mainwindow#1 setHidden $Iv
Ratings & Comments
3 Comments
It would be cool to have a drop-down konqueror (like yakuake) Just for if someone wants to do it ^_^
thanks for you comment :)
good trick..;)