fluxbox/util
mathias dff2aa3356 fix for the following problem:
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's 
  but a real standalone shell. and it behaves differently from "bash -c"
  behavior .. it doesnt exec the command given but waits till the command
  finishes. as a result a lot of "rogue" a flying around. solution is now 

     ( $SHELL or /bin/sh ) -c exec <cmd>
2007-06-06 06:22:37 +00:00
..
fbrun fix for the following problem: 2007-06-06 06:22:37 +00:00
fbsetbg fix for fbsetbg -l when last wallpaper was using fbsetroot 2007-04-18 18:12:29 +00:00
fbsetroot.cc Cosmetic patch from Slava Semushin 2006-10-30 19:31:15 +00:00
fbsetroot.hh Make fbsetroot set one screen at a time 2006-06-29 05:05:30 +00:00
fluxbox-generate_menu.in added seamonkey to fbgm 2007-05-17 16:06:40 +00:00
fluxbox-update_configs.cc added mouse bindings to the keys file 2007-02-09 18:13:01 +00:00
Makefile.am added mouse bindings to the keys file 2007-02-09 18:13:01 +00:00
startfluxbox.in startup file wasn't being run properly when first created 2007-03-28 02:56:21 +00:00