summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--contrib/rpshowall.sh4
-rwxr-xr-xcontrib/split.sh20
3 files changed, 17 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 9c928be..54794c6 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,11 @@ are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.
* Changes since 1.4.0
+** set padding affects bar location
+On OSX the bar and top of each window is hidden by the menu bar. set
+padding corrects the window problem but not the bar problem. So this
+change fixes that.
+
** new set variable framefmt
See docs for info.
diff --git a/contrib/rpshowall.sh b/contrib/rpshowall.sh
index cb02795..cd69ce3 100644
--- a/contrib/rpshowall.sh
+++ b/contrib/rpshowall.sh
@@ -43,9 +43,9 @@ $RATPOISON -c only
i=2;
while [ $i -le $framecount ]; do
if [ $i -le `echo $framecount/2 | bc` ] ; then
- $RATPOISON -c hsplit
- else
$RATPOISON -c vsplit
+ else
+ $RATPOISON -c hsplit
fi
$RATPOISON -c focus
$RATPOISON -c focus
diff --git a/contrib/split.sh b/contrib/split.sh
index 8de92bf..16617cf 100755
--- a/contrib/split.sh
+++ b/contrib/split.sh
@@ -15,36 +15,36 @@ RATPOISON=ratpoison
#split into 4 frames
$RATPOISON -c split
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
$RATPOISON -c focusdown
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
# split each new frame into 4
$RATPOISON -c split
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
$RATPOISON -c focusdown
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
$RATPOISON -c focusup
$RATPOISON -c focusup
$RATPOISON -c split
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
$RATPOISON -c focusdown
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
$RATPOISON -c focusright
$RATPOISON -c focusright
$RATPOISON -c split
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
$RATPOISON -c focusdown
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
$RATPOISON -c focusdown
$RATPOISON -c split
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit
$RATPOISON -c focusdown
-$RATPOISON -c vsplit
+$RATPOISON -c hsplit