diff options
author | B. Watson <yalhcru@gmail.com> | 2010-05-12 23:28:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 23:28:27 +0200 |
commit | 3bebd36bc39f5acd30f34969d4d43bff78d56d5b (patch) | |
tree | 0d5cc2058602b128590e1ff687a47c575e7c543f /desktop/wmmon/wmmonrc | |
parent | 6f145d1dc5c9a6e4f90e2e8d6a08e09c96836792 (diff) | |
download | slackbuilds-3bebd36bc39f5acd30f34969d4d43bff78d56d5b.tar.gz |
desktop/wmmon: Added to 12.2 repository
Diffstat (limited to 'desktop/wmmon/wmmonrc')
-rw-r--r-- | desktop/wmmon/wmmonrc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/wmmon/wmmonrc b/desktop/wmmon/wmmonrc new file mode 100644 index 0000000000..1cfef21879 --- /dev/null +++ b/desktop/wmmon/wmmonrc @@ -0,0 +1,11 @@ +# Sample rc file for wmmon + +# Syntax is simple: each line may be a comment introduced with # (like this +# line), blank, or "[button_name]: [command]", where the [button_name] is +# one of "left", "middle", "right", and [command] is the command to be +# executed when that button is clicked, on the dockapp. The commands +# are searched for in the PATH, if they're not given as absolute paths. + +# left: xterm +# middle: xload +right: xterm -e top |