slitaz-tools diff tazdrop/README @ rev 769

New way to setup SliTaz firewall
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 01 14:04:34 2012 +0200 (2012-06-01)
parents 4f0319001c55
children e232f0e1413a
line diff
     1.1 --- a/tazdrop/README	Mon Apr 18 18:40:20 2011 +0100
     1.2 +++ b/tazdrop/README	Fri Jun 01 14:04:34 2012 +0200
     1.3 @@ -17,22 +17,16 @@
     1.4  Auto start the DND window
     1.5  -------------------------
     1.6  To start TazDrop with your Window manager you have to put these lines in your
     1.7 -autostart script (For Openbox: ~/.config/openbox/autostart.sh)
     1.8 +autostart script (For Openbox: ~/.config/openbox/autostart.sh) to have a DND
     1.9 +window with some text:
    1.10  
    1.11  # TazDrop Drag N' Drop handler
    1.12  tazdrop --dnd &
    1.13  
    1.14 +To use an image as DND box, you can configure the image path via tazdrop.conf:
    1.15  
    1.16 -Skip task bar in Openbox
    1.17 -------------------------
    1.18 -To not show the apps in the panel (lxpanel, tint2) you must add these
    1.19 -settings to your Openbox rc.xml after <applications> at the bottom of
    1.20 -the file:
    1.21 -
    1.22 -  <application name="tazdrop">
    1.23 -    <focus>no</focus>
    1.24 -    <skip_taskbar>yes</skip_taskbar>
    1.25 -  </application>
    1.26 +# TazDrop Drag N' Drop handler
    1.27 +tazdrop --dnd-image &
    1.28  
    1.29  
    1.30  Misc notes