Here's the skin mods I made if anyone is interested:
next-window.xml:
icepanel-compiz-next.sh:Code:<skin name="nGhost ICE compiz" version="0.0.1"> <item> <name>nghost-next-screen</name> <type>command</type> <action type="send">nghost link:@next@</action> </item> <item> <name>rotate-right</name> <type>command</type> <action type="cmd">icepanel-compiz-next.sh</action> </item> <item> <name>goback</name> <type>command</type> <action type="link" >@back@</action> </item> </skin>
Add next-window.xml to your skin.xml, copy icepanel-compiz-next.sh to /usr/local/bin and go.Code:#!/bin/sh dbus-send --print-reply --type=method_call --dest=org.freedesktop.compiz /org/freedesktop/compiz/rotate/allscreens/rotate_right_key org.freedesktop.compiz.activate string:'root' int32:`xwininfo -root | grep id: | awk '{ print $4 }'`
You do the same thing for prev-window but you replace "rotate_right_key" in the dbus send command with "rotate_left_key".



LinkBack URL
About LinkBacks

Reply With Quote

, but I have
what keyboard shortcut you're using to switch screens.... Can you fill me in?

Bookmarks