zGoRNz
01-14-2001, 04:34 AM
<flame>icewm is the best wm</flame>
but i always get anoyed that to close a window i gotta go all the way to the right side.
so i switched to the left, then got anoyed with that too.
so i tried editing my pref file to have close on both sides, then the title bars we screwed up and the one on the left didn't work
so i went to the source, the icewm source
I never use the hide button so i used that as my victium, but you can use any.
in file icewm-1.0.5/src/wmframe.cc
line 129
it reads:
fHideButton = new YFrameButton(fTitleBar, this, actionHide, actionHide);
if we change the first actionHide to actionClose, and put the hide button on our window title, we can now close from the hide button or the close button!
and i don't even know why but it even gets the close icon!
kick butt
- out -
------------------
Dunt Dunt Duh...
GoRN To The Rescue,
Yet Again
zGoRNz@yahoo.com
aim: GoRNToTheRescue
but i always get anoyed that to close a window i gotta go all the way to the right side.
so i switched to the left, then got anoyed with that too.
so i tried editing my pref file to have close on both sides, then the title bars we screwed up and the one on the left didn't work
so i went to the source, the icewm source
I never use the hide button so i used that as my victium, but you can use any.
in file icewm-1.0.5/src/wmframe.cc
line 129
it reads:
fHideButton = new YFrameButton(fTitleBar, this, actionHide, actionHide);
if we change the first actionHide to actionClose, and put the hide button on our window title, we can now close from the hide button or the close button!
and i don't even know why but it even gets the close icon!
kick butt
- out -
------------------
Dunt Dunt Duh...
GoRN To The Rescue,
Yet Again
zGoRNz@yahoo.com
aim: GoRNToTheRescue