| noclobber  
 
  
 
 
 Group: Members
 Posts: 75
 Joined: Sep. 2004
 | 
|  | Posted: Oct. 13 2004,20:55 |  |  
 | Quote (cbagger01 @ Oct. 12 2004,18:48) |  | sudo killall bbpager bbpager &
 exit
 | 
 Thanks.  That did the trick.
 
 I created the file /home/dsl/reflux.sh containing this:
 
 #!/bin/bash
 # Restarts fluxbox while preserving bbpager's location
 
 sudo killall bbpager
 bbpager &
 fluxbox
 
 then modified /home/dsl/.fluxbox/menu as follows:
 
 from this:
 
 [submenu] (WindowManager) {}
 [exit] (Exit)
 [reconfig] (Reconfigure)
 [restart] (Restart)
 [end]
 
 to this:
 
 [submenu] (WindowManager) {}
 [exit] (Exit)
 [reconfig] (Reconfigure)
 [restart] (Restart) {/home/dsl/reflux.sh}
 [end]
 
 This seems to work pretty seamlessly.
 
 --------------
 Don't say "No" to Digital Restrictions Management, say "HELL, NO!!!".
 |