summaryrefslogtreecommitdiff
path: root/contrib/split.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/split.sh')
-rwxr-xr-xcontrib/split.sh52
1 files changed, 0 insertions, 52 deletions
diff --git a/contrib/split.sh b/contrib/split.sh
deleted file mode 100755
index 1c8c009..0000000
--- a/contrib/split.sh
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/bin/sh
-#
-# Copyright (C) 2003 Shawn Betts
-#
-# Copying and distribution of this file, with or without modification,
-# are permitted in any medium without royalty provided the copyright
-#
-# Split the current frame into 16 little frames. This is an example of
-# how to script ratpoison.
-
-if [ -z "$RATPOISON" ]; then
- RATPOISON=ratpoison
-fi
-
-# $RATPOISON -c only
-
-#split into 4 frames
-
-$RATPOISON -c split
-$RATPOISON -c hsplit
-$RATPOISON -c focusdown
-$RATPOISON -c hsplit
-
-# split each new frame into 4
-
-$RATPOISON -c split
-$RATPOISON -c hsplit
-$RATPOISON -c focusdown
-$RATPOISON -c hsplit
-
-$RATPOISON -c focusup
-$RATPOISON -c focusup
-
-$RATPOISON -c split
-$RATPOISON -c hsplit
-$RATPOISON -c focusdown
-$RATPOISON -c hsplit
-
-$RATPOISON -c focusright
-$RATPOISON -c focusright
-
-$RATPOISON -c split
-$RATPOISON -c hsplit
-$RATPOISON -c focusdown
-$RATPOISON -c hsplit
-
-$RATPOISON -c focusdown
-
-$RATPOISON -c split
-$RATPOISON -c hsplit
-$RATPOISON -c focusdown
-$RATPOISON -c hsplit