I like the transparency effect on Konsole, but when I'm in vim I need to focus and it can be distracting. Is there a way to dynamically turn the transparency on and off, depending on whether my current window is in vim? Maybe I could run a script in place of vim that looks like this: set konsole transparency off; vim; set konsole transparency on; Any ideas?

link|improve this question

2  
IMO this is a perfect question for SuperUser. – Dummy00001 Sep 24 '10 at 23:12
feedback

1 Answer

up vote 2 down vote accepted

Launch a new konsole with

konsole --notransparency -e vim

for changing current konsole properties you need to deal with dbus. Scripting Konsole

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.