Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phillbush/wmlaunchbutton
docked button to launch a command
https://github.com/phillbush/wmlaunchbutton
dockapp unix windowmaker x11 xpm
Last synced: 3 days ago
JSON representation
docked button to launch a command
- Host: GitHub
- URL: https://github.com/phillbush/wmlaunchbutton
- Owner: phillbush
- Created: 2023-06-09T23:44:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-11T23:44:53.000Z (over 1 year ago)
- Last Synced: 2024-11-22T06:10:43.770Z (2 months ago)
- Topics: dockapp, unix, windowmaker, x11, xpm
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
WMLAUNCHBUTTON(1) General Commands Manual WMLAUNCHBUTTON(1)
NAME
mwlaunchbutton - docked button to launch a commandSYNOPSIS
wmlaunchbutton pixmap [pixmap [pixmap]] commandDESCRIPTION
mwlaunchbutton creates a docked application with the size, shape and
content of the given pixmap to act as a button that runs the given
command with sh(1) when activated. The docked button is activated by
pressing the first mouse button on the dockapp.If only a single pixmap argument is provided, it is used to draw the
button in all of its states.If two pixmap arguments are provided, the first one is used as the button
when it is inactive, and the second one is used as the button when
hovered or active.If three pixmap arguments are provided, the first one is used as the
button when it is inactive, the second one is used as the button when
hovered, and the third one is used as the button when active,mwlaunchbutton sets the environment variable BUTTON_GEOMETRY with the
position and size of the button in a format to parseable by
XParseGeometry(3). That is, in the format x++.ENVIRONMENT
The following environment variables affect the execution of
mwlaunchbutton.DISPLAY
The display to start mwlaunchbutton on.The following environment are set by mwlaunchbutton.
BUTTON_GEOMETRY
Set to the size and position of the button.SEE ALSO
X(7)UNIX June 9, 2023 UNIX