[Pkg-wmaker-commits] [wmbutton] 16/25: Remove trailing whitespace.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Jul 16 23:38:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch upstream
in repository wmbutton.
commit d13898d0cd4e30d507fb13c16ad4818cf1e134f1
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date: Sun Oct 5 10:29:59 2014 -0500
Remove trailing whitespace.
---
Makefile | 2 +-
README | 50 +++++++++++++++++++++++++-------------------------
mask.xbm | 8 ++++----
sample.wmbutton | 2 +-
4 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/Makefile b/Makefile
index 1ac7298..7738730 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ ${TARGET}: ${OBJECTS}
gcc -o ${TARGET} ${OBJECTS} ${LDFLAGS} ${LIBINC} ${LIBS}
clean::
- for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done
+ for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done
if [ -e ${TARGET} ] ; then rm ${TARGET}; fi
if [ -e tags ]; then rm tags; fi
if [ -e core ]; then rm core; fi
diff --git a/README b/README
index fe0cb79..790f44d 100644
--- a/README
+++ b/README
@@ -25,7 +25,7 @@ CONTRIBUTORS:
Ralf Horstmann <ralf.horstmann at gmx.de>
Added ability to load pixmaps at startup,
without having to re-compile
- Michael Cohrs <camico at users.sourceforge.net>
+ Michael Cohrs <camico at users.sourceforge.net>
Added Tool Tips, and updated graphics
Bruno Essmann <essmann at users.sourceforge.net>)
Creator of wmpager
@@ -33,28 +33,28 @@ CONTRIBUTORS:
original author of wmcp (et al.)
Thomas Nemeth <tnemeth at multimania.com>
contributor to wmcp
- Casey Harkins <charkins at cs.wisc.edu>
+ Casey Harkins <charkins at cs.wisc.edu>
Bug fix reading config file path - 3/6/99
Added button-presses, and other - denoted by *charkins*
Michael Henderson <mghenderson at lanl.gov>
Application ideas, suggestions
- Ryan ?? <pancake at mindspring.com>
+ Ryan ?? <pancake at mindspring.com>
Modified wmbutton to asbutton.
- Note: asbutton is a seperate program, not associated
+ Note: asbutton is a seperate program, not associated
with wmbutton (just as wmbutton is not associated
with wmcp)
Jon Bruno
Web Page Development
-The contributors listed above are not necessarily involved with the
-development of wmbutton. I'm listing them here partially as thanks for
+The contributors listed above are not necessarily involved with the
+development of wmbutton. I'm listing them here partially as thanks for
helping out, catching bugs in the code, etc.
INSTALLATION:
-------------
- Untar the file:
+ Untar the file:
tar xvzf wmbutton-0.6.1.tar.gz
- CD to source directory:
+ CD to source directory:
cd wmbutton-0.6.1
Edit background xpm, and buttons.xpm to your preferences
@@ -68,21 +68,21 @@ INSTALLATION:
Put the executable somewhere in your path:
mv wmbutton /usr/local/bin (or anyhere in your path)
-
+
Run it:
wmbutton &
- Grab the appicon and move it to the dock.
+ Grab the appicon and move it to the dock.
Change the settings to start with Windowmaker
Afterstep Wharf 1.6.??:
*Wharf wmbutton -Swallow "wmbutton" wmbutton &
- ***Note***:
- The appicon has only a two pixel border where you can grab
+ ***Note***:
+ The appicon has only a two pixel border where you can grab
and move it.
- If make doesn't work, you may need to fiddle with the settings in
+ If make doesn't work, you may need to fiddle with the settings in
the Makefile.
Tested on: (Well, it runs, I don't know if 'Tested' is quite right...)
@@ -94,7 +94,7 @@ INSTALLATION:
USAGE:
------
-wmbutton [-g geom] [-d dpy] [-f cfgfile] [-b btnfile] [-F <font>]
+wmbutton [-g geom] [-d dpy] [-f cfgfile] [-b btnfile] [-F <font>]
[-v] [-s] [-n]
wmbutton Ver 0 Rel 6.1
@@ -121,19 +121,19 @@ Right mouse button:
NOTES:
------
-This is a simple application launching tool for use in WindowMaker, and
-possibly Afterstep. (Who knows, it should run for other window managers too,
+This is a simple application launching tool for use in WindowMaker, and
+possibly Afterstep. (Who knows, it should run for other window managers too,
by why bother?? It is taken from wmcp, by Ben Cohen, and modified just
-enough to run applications rather than send ALT-[1..9] key sequences to
+enough to run applications rather than send ALT-[1..9] key sequences to
WindowMaker. It has also taken some ideas from asbuttons, and
included them back into the original. There may still be some code
-left over from wmcp that is no longer needed, but...
+left over from wmcp that is no longer needed, but...
-The mini-icons must be combined into a single graphic, buttons.xpm. The
+The mini-icons must be combined into a single graphic, buttons.xpm. The
background border is defined in backdrop.xpm. Both must be edited in your
favorite graphics editor (GIMP??), and then recompiled. wmbuttons uses a
configuration file (usually ~/.wmbutton) for which applications to launch.
-There is no need to restart wmbuttons when simply changing the configuration,
+There is no need to restart wmbuttons when simply changing the configuration,
as wmbutton searches the file whenever a button is pressed.
As of release 0.5, you can also pass in your own pixmap file for the
@@ -160,8 +160,8 @@ CHANGE LOG:
General Code clean-up, including export must functions to
seperate C file, to reduce clutter.
-0.4 Added Modifications submitted by Casey Harkins.
- Start application on mouse button release,
+0.4 Added Modifications submitted by Casey Harkins.
+ Start application on mouse button release,
Only start app if cursor is still on application button
Added 3-D button press look
Added new .wmbutton configuration file
@@ -170,7 +170,7 @@ CHANGE LOG:
Removed Middle/Right mouse click on button to turn off buttons
after it.
Added Middle and Right mouse buttons to run more Applications
- (Yes, you can now really run 27 different Apps from a single
+ (Yes, you can now really run 27 different Apps from a single
instance of wmbuttons, if you would want too...)
Fixed bug for finding config file .wmbutton.
It used to not look in the home directory, but in the
@@ -181,7 +181,7 @@ CHANGE LOG:
0.2 Added single configuration file, user selectable.
0.1 Origional version.
- Shamelessly taken from wmcp 1.2.5,
+ Shamelessly taken from wmcp 1.2.5,
by Ben Cohen <buddog at aztec.asu.edu>
TODO:
@@ -191,7 +191,7 @@ Add ability (via config file) to use discrete 16x16 pixel icons for
Make changing icons and/or background graphics easier.
Allow for less than 9 icons, 4 would be nicer on the mini-icon size.
-BUGS:
+BUGS:
-----
Remember, they're just undocumented FEATURES!!!
diff --git a/mask.xbm b/mask.xbm
index 0efa91f..bfee922 100644
--- a/mask.xbm
+++ b/mask.xbm
@@ -11,10 +11,10 @@ static char mask_bits[] = {
0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
- 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
- 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
- 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
- 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
+ 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
+ 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
+ 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
+ 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f,
diff --git a/sample.wmbutton b/sample.wmbutton
index 35e0fc8..d7088db 100644
--- a/sample.wmbutton
+++ b/sample.wmbutton
@@ -1,7 +1,7 @@
# .wmbutton - Configuration file for wmbutton
# Last Modified 03/21/04
-# Buttons are numbered as follows
+# Buttons are numbered as follows
# Left 1 2 3 Middle 11 12 13 Right 21 22 23
# button 4 5 6 button 14 15 16 button 24 25 26
# 7 8 9 17 18 19 27 28 29
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbutton.git
More information about the Pkg-wmaker-commits
mailing list