summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2012-01-23 00:14:38 +0100
committerThorsten Wißmann <edu@thorsten-wissmann.de>2012-01-24 11:26:01 +0100
commit5d99b52b37f0f63073c7c2f64fcd2beade4bcb74 (patch)
tree4eed884b3e19d696565ce4cbbc58398b4897b0ac /scripts
parent8986a570981e19bfc1569d5791efabec3234b041 (diff)
scripts: simplified scripts/dmenu.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dmenu.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/scripts/dmenu.sh b/scripts/dmenu.sh
index 38fc8d62..e85e133a 100755
--- a/scripts/dmenu.sh
+++ b/scripts/dmenu.sh
@@ -12,13 +12,5 @@ simple_command() {
&& exec $hc "$@" "$arg"
}
-case "$1" in
- use|move) simple_command "$1" ;;
- *)
- echo "unknown menu $1" >&2
- ;;
-esac
-
-
-
+simple_command "$1"