matchbox-panel-hacks: use 'left' modmap on rotating to the left, not the 'right'
authorKoen Kooi <koen@openembedded.org>
Mon, 29 Aug 2005 12:21:12 +0000 (12:21 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 29 Aug 2005 12:21:12 +0000 (12:21 +0000)
Verified on a c700 and h5550

packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh
packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb

index 491db4c..ea883e8 100755 (executable)
@@ -5,5 +5,4 @@ xrandr -o normal
 xmodmap /etc/X11/xmodmap-portrait
 else 
 xrandr -o left
-xmodmap /etc/X11/xmodmap-right
-fi
+xmodmap /etc/X11/xmodmap-left
index f51d96d..c463253 100644 (file)
@@ -5,7 +5,7 @@ SRC_URI = "file://xrandr-panelapp.sh \
           file://xrandr.png"
 SECTION = "x11/wm"
 PRIORITY = "optional"
-PR = "r2"
+PR = "r3"
 LICENSE = "MIT"
 
 do_install() {