all repos — fluxbox @ c9168c884be4e740c771d26322ee9936eeb1ec5a

custom fork of the fluxbox windowmanager

update from Han
fluxgen fluxgen
commit

c9168c884be4e740c771d26322ee9936eeb1ec5a

parent

7394ce39c859483c57c8964367c822e1eb128c9b

2 files changed, 15 insertions(+), 14 deletions(-)

jump to
M util/fbsetbgutil/fbsetbg

@@ -23,7 +23,7 @@ # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,

# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -# $Id: fbsetbg,v 1.12 2003/07/20 11:23:51 rathnor Exp $ +# $Id: fbsetbg,v 1.13 2003/07/29 09:29:45 fluxgen Exp $ # # Portability notes:

@@ -154,9 +154,9 @@ aspect='-once -mode smart -max_grow 100 -max_size 100'

debugstory="chbg is a nice app. You won't have any problems." ;; xsri) - full='--center-x --center-y --scale-width=100 --scale-width=100' - tile='--tile' - center='--center-x --center-y' + full='--center-x --center-y --scale-width=100 --scale-width=100' + tile='--tile' + center='--center-x --center-y' aspect=$full debugstory="This is a RedHat specific app. I can't find docs about it." ;;

@@ -182,17 +182,17 @@ aspect='-b black -a'

debugstory="wmsetbg is a nice app. You won't have any problems." ;; xsetbg) - tile='-border black' - center='-center -border black' + tile='-border black' + center='-center -border black' aspect='-fullscreen -border black' - full=$aspect #broken + full=$aspect #broken debugstory="xsetbg is actually xli. The fillscreen option (-f) is broken, defaults to (-a). $standardrant" - ;; + ;; xli) - tile='-onroot -quiet -border black' - center='-center -onroot -quiet -border black' + tile='-onroot -quiet -border black' + center='-center -onroot -quiet -border black' aspect='-fullscreen -onroot -quiet -border black' - full=$aspect #broken + full=$aspect #broken debugstory='The fillscreen option (-f) is broken, defaults to (-a). $standardrant' ;; qiv)
M util/fluxbox-generate_menuutil/fluxbox-generate_menu

@@ -22,7 +22,7 @@ # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. # -# $Id: fluxbox-generate_menu,v 1.40 2003/07/17 23:39:34 rathnor Exp $ +# $Id: fluxbox-generate_menu,v 1.41 2003/07/29 09:29:45 fluxgen Exp $ # # Portability notes:

@@ -787,8 +787,9 @@ find_it reflect append "[exec] (Mesa reflect) {reflect}"

append_menu_end append_submenu "${MUSICMENU}" - normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gmix kmix grecord \ - kmidi xplaycd soundtracker grip easytag audacity zinf rhythmbox + normal_find xmms noatun alsaplayer gqmpeg aumix xmixer gmix kmix kscd \ + grecord kmidi xplaycd soundtracker grip easytag audacity \ + zinf rhythmbox find_it cdcd append "[exec] (cdcd) {${DEFAULT_TERM} -e cdcd}" find_it cplay append "[exec] (cplay) {${DEFAULT_TERM} -e cplay}" find_it alsamixer append "[exec] (AlsaMixer) {${DEFAULT_TERM} -e alsamixer}"