WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: flwm  (Read 9081 times)

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: flwm
« Reply #15 on: October 02, 2009, 03:41:41 PM »
It is interesting that v1.00 cursor code fixes v1.02 cursor issues.
I have applied to Mike's v1.10 flwm_topside and all seems to be well.
Thanks for sharing!
10+ Years Contributing to Linux Open Source Projects.

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: flwm
« Reply #16 on: October 03, 2009, 05:58:33 PM »
Yes, thanks!   :D  I've been busy with non-computer stuff for several days.  I'll try to understand the difference in the patch.  That was the one of the last major issues with flwm as far as I'm concerned.  Well, I'd kind of like to be able to support an antialiased fonts (the xft option in FLTK) in flwm, but curaga has already pioneered that venture.
--
Mike

Offline jemimah

  • Newbie
  • *
  • Posts: 6
Re: flwm
« Reply #17 on: October 04, 2009, 04:13:13 PM »
If you're curious, come check out what I'm doing with Flwm in Puppy.
http://www.murga-linux.com/puppy/viewtopic.php?t=47192

Flwm is so great for netbooks, it just needs a little TLC to bring it into the 21st century. 

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: flwm
« Reply #18 on: October 04, 2009, 04:33:55 PM »
I glad somebody agrees with me in the neat features in flwm. I have been using it for some time with Tiny Core on many netbooks. Tiny Core being tiny, flash friendly, and with flwm, is a great combo for Dell Mini9, eeePC900A, eeePC S101. Perhaps we need a netbook section in the forums?
10+ Years Contributing to Linux Open Source Projects.

Offline vkcbo

  • Newbie
  • *
  • Posts: 4
Re: flwm
« Reply #19 on: October 04, 2009, 11:40:03 PM »
Hi Roberts,
                  Yes Please, a netbook section would be great. I have an ASUS 1000H and would like to get Tiny Core support for it.
                                                                                  Cheers,
                                                                                                Rod

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: flwm
« Reply #20 on: October 05, 2009, 01:14:46 AM »
New: Tiny Core Netbooks section now open!
http://forum.tinycorelinux.net/index.php?board=40.0
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: flwm
« Reply #21 on: October 09, 2009, 01:17:04 PM »
For Micro Core users, an updated flwm
Code: [Select]
Title:          flwm.tcz
Description:    Fast Light Window Manager
Version:        1.12
Author:         Bill Spitzak
Original-site:  http://flwm.sourceforge.net
Copying-policy: GPL
Size: 28K
Extension_by:   roberts
Comments:       For microcore, as found in tinycore v2.4
                Thanks to Mike L. For the may improvements to flwm.

changed Alt+Enter to Alt+F1 to iconize a window

Ctrl Alt arrows moves the window
Ctrl Alt =         grows the window (unshifted + key)
Ctrl Alt -          shrinks the window
Ctrl Alt PgUp   grows the window veritcally
Ctrl Alt PgDn   shrinks the window vertically
Ctrl Alt ,           grows the window hortizontally (unshifted < key)
Ctrl Alt .           grows the window hortizontally (unshifted > key)
Ctrl Alt t           taller (sames as PgUp)
Ctrl Alt s          shorter (same as PgDn)
Ctrl Alt m          maximize widow
Ctrl Alt v          maximize vertical
Ctrl Alt h          maximize hortizontal

flwm now optionally supports environment variable FLWM_TITLEBAR_COLOR to set color for window title bars.
To set use hex rgb, e.g, 20:5F:20 (Currently supports fltk gtk+ scheme.)

Change-log:     
                2009/05/31 Modified by RS to work with Tiny Core.
                2009/08/01 Updated Tools menu for v2.2.
                2009/08/22 Bug fixes by Mike Lockmoore.
Current:        2009/10/03 Many enhancements by Mike Lockmoore.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: flwm
« Reply #22 on: February 12, 2010, 09:31:37 PM »
Updated:
Code: [Select]
Title:          flwm.tcz
Description:    Fast Light Window Manager
Version:        1.12
Author:         Bill Spitzak
Original-site:  http://flwm.sourceforge.net
Copying-policy: GPL
Size: 28K
Extension_by:   roberts
Comments:       For microcore, as found in tinycore v2.4
                Thanks to Mike L. For the may improvements to flwm.

changed Alt+Enter to Alt+F1 to iconize a window

Ctrl Alt arrows moves the window
Ctrl Alt =         grows the window (unshifted + key)
Ctrl Alt -          shrinks the window
Ctrl Alt PgUp   grows the window veritcally
Ctrl Alt PgDn   shrinks the window vertically
Ctrl Alt ,           grows the window hortizontally (unshifted < key)
Ctrl Alt .           grows the window hortizontally (unshifted > key)
Ctrl Alt t           taller (sames as PgUp)
Ctrl Alt s          shorter (same as PgDn)
Ctrl Alt m          maximize widow
Ctrl Alt v          maximize vertical
Ctrl Alt h          maximize hortizontal

flwm now optionally supports environment variable FLWM_TITLEBAR_COLOR to set color for window title bars.
To set use hex rgb, e.g, 20:5F:20 (Currently supports fltk gtk+ scheme.)

Change-log:     
                2009/05/31 Modified by RS to work with Tiny Core.
                2009/08/01 Updated Tools menu for v2.2.
                2009/08/22 Bug fixes by Mike Lockmoore.
                2009/10/03 Many enhancements by Mike Lockmoore.
                2009/12/17 Added ondemand and permissions.
                2009/12/18 Slight mod to make dir ondemand (mkdir -p)
                2010/01/31 Dropped embedded Help menu item.
Current:        2010/02/12 Dropped duplicate item in Control Panel from Tools menu, (Appsaudit,Run Command,Swapfile,Update Extensions,USB Installation,Xvesa Setup).
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: flwm
« Reply #23 on: March 08, 2010, 12:40:41 AM »
Updated. See: http://forum.tinycorelinux.net/index.php?topic=5296.msg28056#msg28056

Code: [Select]
Title:          flwm.tcz
Description:    Fast Light Window Manager
Version:        1.12
Author:         Bill Spitzak
Original-site:  http://flwm.sourceforge.net
Copying-policy: GPL
Size: 28K
Extension_by:   roberts
Comments:       For microcore, as found in tinycore v2.4
                Thanks to Mike L. For the may improvements to flwm.

changed Alt+Enter to Alt+F1 to iconize a window

Ctrl Alt arrows moves the window
Ctrl Alt =         grows the window (unshifted + key)
Ctrl Alt -          shrinks the window
Ctrl Alt PgUp   grows the window veritcally
Ctrl Alt PgDn   shrinks the window vertically
Ctrl Alt ,           grows the window hortizontally (unshifted < key)
Ctrl Alt .           grows the window hortizontally (unshifted > key)
Ctrl Alt t           taller (sames as PgUp)
Ctrl Alt s          shorter (same as PgDn)
Ctrl Alt m          maximize widow
Ctrl Alt v          maximize vertical
Ctrl Alt h          maximize hortizontal

flwm now optionally supports environment variable FLWM_TITLEBAR_COLOR to set color for window title bars.
To set use hex rgb, e.g, 20:5F:20 (Currently supports fltk gtk+ scheme.)

Change-log:     
                2009/05/31 Modified by RS to work with Tiny Core.
                2009/08/01 Updated Tools menu for v2.2.
                2009/08/22 Bug fixes by Mike Lockmoore.
                2009/10/03 Many enhancements by Mike Lockmoore.
                2009/12/17 Added ondemand and permissions.
                2009/12/18 Slight mod to make dir ondemand (mkdir -p)
                2010/01/31 Dropped embedded Help menu item.
                2010/02/12 Dropped duplicate item in Control Panel from Tools menu, (Appsaudit,Run Command,Swapfile,Update Extensions,USB Installation,Xvesa Setup).
                2010/02/28 Added symlink support in OnDemand.
Current:        2010/03/07 OnDemand updated to support full version nbrs in ext.
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Retired Admins
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: flwm
« Reply #24 on: March 21, 2010, 03:08:11 PM »
Updated.
Code: [Select]
Title:          flwm.tcz
Description:    Fast Light Window Manager
Version:        1.12
Author:         Bill Spitzak
Original-site:  http://flwm.sourceforge.net
Copying-policy: GPL
Size: 28K
Extension_by:   roberts
Comments:       For microcore, as found in tinycore v2.4
                Thanks to Mike L. For the may improvements to flwm.

changed Alt+Enter to Alt+F1 to iconize a window

Ctrl Alt arrows moves the window
Ctrl Alt =         grows the window (unshifted + key)
Ctrl Alt -          shrinks the window
Ctrl Alt PgUp   grows the window veritcally
Ctrl Alt PgDn   shrinks the window vertically
Ctrl Alt ,           grows the window hortizontally (unshifted < key)
Ctrl Alt .           grows the window hortizontally (unshifted > key)
Ctrl Alt t           taller (sames as PgUp)
Ctrl Alt s          shorter (same as PgDn)
Ctrl Alt m          maximize widow
Ctrl Alt v          maximize vertical
Ctrl Alt h          maximize hortizontal

flwm now optionally supports environment variable FLWM_TITLEBAR_COLOR to set color for window title bars.
To set use hex rgb, e.g, 20:5F:20 (Currently supports fltk gtk+ scheme.)

Change-log:     
                2009/05/31 Modified by RS to work with Tiny Core.
                2009/08/01 Updated Tools menu for v2.2.
                2009/08/22 Bug fixes by Mike Lockmoore.
                2009/10/03 Many enhancements by Mike Lockmoore.
                2009/12/17 Added ondemand and permissions.
                2009/12/18 Slight mod to make dir ondemand (mkdir -p)
                2010/01/31 Dropped embedded Help menu item.
                2010/02/12 Dropped duplicate item in Control Panel from Tools menu, (Appsaudit,Run Command,Swapfile,Update Extensions,USB Installation,Xvesa Setup).
                2010/02/28 Added symlink support in OnDemand.
                2010/03/07 OnDemand updated to support full version nbrs in ext.
Current:        2010/03/20 Updated new fully automatic ondemand.
10+ Years Contributing to Linux Open Source Projects.