Am 24.04.2012 20:08, schrieb Lamarque V. Souza:
I usually do that, this time I did a "git merge" and forgot to do a "git
commit --amend" afterwards.
<offtopic>You actually caused a merge commit. That's not needed at all. You could do a:
git checkout master
git pull
git checkout topicBranch
git rebase master
git merge topicBranch

That way no merge commit is added. It's not so interesting to know how the topicBranch had been called on your local installation and it puts all commits in linear order which makes it much easier to read.
</offtopic>
I have the two questions I wrote above: 1. we still need to store the LayoutName somewhere, kwinrc is the logical place, will it still be used to
strore LayoutName? 2. where the dbus call to change the layout will
be issued?
There is already a D-Bus call to activate the window switcher from the panel. All it needs is adding another optional parameter for the layoutName to the D-Bus call. So no config value required at all :-)

Cheers
Martin
_______________________________________________
Active mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/active

Reply via email to