Added a [pipe] action to the menu.
authorScott Moynes <smoynes@nexus.carleton.ca>
Fri, 3 Jan 2003 20:47:09 +0000 (20:47 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Fri, 3 Jan 2003 20:47:09 +0000 (20:47 +0000)
commit05dc794786cdc8e031231ecebbbcaf6499a65dc5
treec27b34472fa31c733e1d36ce6f0da42bcd9b392f
parentb9ab6577e8268626437b7c11043be7bd1bd9acfb
Added a [pipe] action to the menu.
It takes the output from a command specified and parses it as a submenu. If the process outputs no text, openbox will use the old value. This is to provide some amount of caching for processes that might take time to complete. The subprocess should be as quick as possible to reduce lag.
nls/C/Screen.m
src/Basemenu.cc
src/Basemenu.hh
src/Makefile.am
src/Pipemenu.cc [new file with mode: 0644]
src/Pipemenu.hh [new file with mode: 0644]
src/Screen.cc
src/Screen.hh