From 269e617fea39658233db38ad503030c4fe040e80 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 12 Apr 2015 13:04:12 +0200 Subject: Spring cleanup! --- ratpoison/exec_to_workspace | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 ratpoison/exec_to_workspace (limited to 'ratpoison/exec_to_workspace') diff --git a/ratpoison/exec_to_workspace b/ratpoison/exec_to_workspace deleted file mode 100755 index 8bacd78..0000000 --- a/ratpoison/exec_to_workspace +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash -# -# Wrapper to executute a shell command in the background followed by a change to a -# workspace -# -# $1 - workspace to change to -# $2+ - shell command - -wg=$1; shift -cmd="$@" -bspc desktop -f $wg & -eval $cmd & -- cgit v1.2.3-54-g00ecf