diff options
Diffstat (limited to 'meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh')
| -rwxr-xr-x | meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh new file mode 100755 index 0000000000..d17c805ffc --- /dev/null +++ b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/xrandr-panelapp.sh | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | if [ -n "$(xrandr | grep rotation | grep left)" ] | ||
| 3 | then | ||
| 4 | xrandr -o normal | ||
| 5 | xmodmap /etc/X11/xmodmap-portrait | ||
| 6 | else | ||
| 7 | xrandr -o left | ||
| 8 | xmodmap /etc/X11/xmodmap-left | ||
| 9 | fi | ||
