
Konqueror everywhere
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
For some days I would like to have Konqueror accessible everywhere like Yakuake for console.
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
fibre00
14 years ago
Just for if someone wants to do it ^_^
Report
yannux
14 years ago
Report
Divilinux
14 years ago
Report