[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-panel-devel
Subject:    Re: [Panel-devel] yakuake in plasma
From:       Andrey Cherepanov <sibskull () mail ! ru>
Date:       2006-10-12 6:37:24
Message-ID: 200610121037.24260.sibskull () mail ! ru
[Download RAW message or body]

11 Oct 2006 15:08, André Goddard Rosa wrote:
> > This behaviour is applyed to standart Konsole with little DCOP magic ;)
> > We discuss this behaviour on our Russian forums. Possible, "root-tail"
> > plasmoid will be appeared in KDE 4+.
>
> Hi!
>
> Very good! So this means that it will be possible to configure a global
> shortcut for bringing it to focus?
Yes. Focus bring to hidden konsole:

#!/bin/sh

id=`dcop konsole-* | head -n 1`
echo $id
if test `dcop $id konsole-mainwindow#1 shown` = 'false'; then
	dcop $id konsole-mainwindow#1 show
else
	dcop $id konsole-mainwindow#1 hide
fi

-- 
Andrey Cherepanov
sibskull@mail.ru
_______________________________________________
Panel-devel mailing list
Panel-devel@kde.org
https://mail.kde.org/mailman/listinfo/panel-devel

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic