Page 3 of 3

Posted: Thu 29 Mar 2012, 04:36
by musher0
Hello, harii4.

It has to be the same file, look :

Code: Select all

tile --help
tile 0.7.0

Usage: tile [OPTIONS]...
              --help            Print help and exit
   -V         --version         Print version and exit
              --verbose         Increase Verbosity (up to 5 times)

   -h         --horizontal      Horizontal Placement
   -v         --vertical        Vertical Placement (default)

   -pSTRING   --profile=STRING  Window Manager Profile Name (default='Default')

   -m         --win-workspace   Enable multi-desktop _WIN_WORKSPACE support (oroborus, fluxbox, etc) (default=off)
   -w         --net-wm          Enable multi-desktop _NET_*_DESKTOP support (GNOME, NET WM, etc) (default=off)
but mine is an earlier version it seems.

It is in a *.deb archive, but as I mentioned above I retrieved it from the ostatic site. Where did you get yours? More recent is better of course.

As to borderless + tile, that depends. tile or wmtile will tile any program, but oroborus makes borderless only those programs you specify like so in the ~/.oroborusrc file:

Code: Select all

# define a list of borderless window class names
# seperated by semicolons.
borderless_windows=stalonetray;oclock;urxvt;xload;conky
# X-Chat
(Before-last line in my .oroborusrc config file.)

You say jemimah dabbled with this tiling stuff too?

As to cascades, tile doesn't do cascades, as it name implies! :) I'm looking for an external cascade program for oroborus, that's what I'm saying. In addition to "tile", a "cascade" program would be a nice tool to have with oroborus.

BFN

Posted: Thu 29 Mar 2012, 21:21
by harii4
One box i have Stolen tile from Fluppy WMpack pet.
Removed what i wanted and dumped the rest of it. :)
http://www.murga-linux.com/puppy/viewtopic.php?t=47192.

I'll keep looking :wink:

Posted: Sat 31 Mar 2012, 00:09
by musher0
Thanks!

I'll see if I can write a "cascade windows" script with the help of wmctrl.

Keep you posted.

BFN.

Posted: Sat 31 Mar 2012, 06:58
by harii4
Bingo, :D

Code: Select all

tile 0.7.2

Usage: tile [OPTIONS]...
              --help            Print help and exit
   -V         --version         Print version and exit
   -d         --dump            Dump run-time config and exit
              --verbose         Increase Verbosity (up to 5 times)

   -h         --horizontal      Horizontal Placement
   -v         --vertical        Vertical Placement (default)

   -pSTRING   --profile=STRING  Window Manager Profile Name (default='Default')

   -m         --win-workspace   Enable multi-desktop _WIN_WORKSPACE support (oroborus, fluxbox, etc) (default=off)
   -w         --net-wm          Enable multi-desktop _NET_*_DESKTOP support (GNOME, NET WM, etc) (default=off)
   -u        --undecorated       Remove Window Decorations
   -c        --cascade          Casade the windows
   -s        --stripe           Stripe the windows
   -t        --tile             Tile the windows
   -i        --iconify          Iconify the windows
   -D        --deiconify        Raise all Windows 
I got an newer one from debian but it lack options that this one have.
you need jemimah's tile from:
http://www.murga-linux.com/puppy/viewtopic.php?t=47192
just change her WMpack.pet to an .tar.gz and open it up.
As to borderless + tile, that depends. tile or wmtile will tile any program, but oroborus makes borderless only those programs you specify like so in the ~/.oroborusrc file:
Code:
# define a list of borderless window class names
# seperated by semicolons.
borderless_windows=stalonetray;oclock;urxvt;xload;conky
# X-Chat



(Before-last line in my .oroborusrc config file.)
or use this:
-u --undecorated Remove Window Decorations

Casadeing windows :D
-c --cascade Casade the windows

Posted: Mon 02 Apr 2012, 18:58
by musher0
Hello, harii.

Thanks for your trouble.

I followed your suggestion, but jemima's "tile" is not working for me at all. Nothing happens. I have to stick with the Debia 7.1 version to get any results. And both draw blue lines on the screen...

BFN.

Posted: Wed 11 Apr 2012, 23:35
by harii4
Sorry musher0 been real busy.

I think i know whats wrong.
Where did you put the tile app.?
Try usr/bin and not usr/local/bin as in Fluppy

Fluppy and TXZ-pup are puppy 4 :?
What puppy are you using?

What the console say?

Posted: Sun 10 Jun 2012, 16:23
by harii4
Some Oroborus users use keylaunch. -- (useful for EvilWM, YeahWM and ect...)
http://www.murga-linux.com/puppy/viewto ... 303#350303
The DotPet :
http://www.murga-linux.com/puppy/viewto ... h&id=22585

sample .keylaunchrc

Code: Select all

# Copy to $HOME/.keylaunchrc
#
# Format:
# key=...KeyName:Command
#
# ... No modifier
# *.. Shift
# .*. Ctrl
# ..* Alt
#
#key=..*Return:xterm
#key=.**n:netscape

key=*..z:smenu
key=*..x:9main /root/menu1.txt
key=*..c:9main /root/menu2.txt

key=..*s:seamonkey
key=..*l:links -g

key=.*.q:xkill
key=..*r:rox /usr/share/applications
Some find keylaunch easier to use than xkeybinds :wink: