summaryrefslogtreecommitdiff
path: root/contrib/rpws
AgeCommit message (Collapse)Author
2013-01-20basic contrib/ cleanupJérémie Courrèges-Anglas
* (*.pl, rpws) don't hardcode path to Perl but rely on /usr/bin/env * (allwindows.sh) don't require bash * (rpshowall.sh) properly handle arguments, use portable shell arithmetic * (*.sh) use more quotes * (*.pl, split.sh) use 'ratpoison' if RATPOISON isn't in the environment (and don't error out)
2009-07-12Added functionality to rpws scriptHatem Nassrat
- Move window to different workspace - Workspaces frame state dump and restore (to/from file) commands
2009-04-24in contrib/rpws don't create wspl1, since it already exist as the Default group.Shawn Betts
Also add a check to ensure the workspaces creates are at least 2.
2009-04-13Allowing for next and prev workspace switching.Hatem Nassrat
2008-04-18fix off by one bug in rpwsShawn
2006-05-09(ws_init): loop from 1 not 0sabetts
2006-03-16remove tabs and trailing whitespace.sabetts
2005-04-12Replace with Mike O'Connor's perl version.sabetts
2004-11-17use env to find out where bash issabetts
2004-10-29remove the echo /tmp/boom line.sabetts
2003-06-26* contrib/rpws: only set RATPOISON if it's not already set.sabetts
* contrib/rpws: call /bin/bash (rp_call): remove extraneous 'function' keyword in function declaration. (ws_init_ws): likewise (ws_init): likewise (ws_save): likewise (ws_restore): likewise (ws_bindings): likewise
2003-06-26call /bin/bashsabetts
(rp_call): remove extraneous () in function declaration. (ws_init_ws): likewise (ws_init): likewise (ws_save): likewise (ws_restore): likewise (ws_bindings): likewise
2003-06-25(rp_call): Don't print debug information.sabetts
2003-06-22(bin_SCRIPTS): add rpwssabetts