Tiny Core Extensions > TCE News
Dynamic flwm
(1/1)
Juanito:
Thanks to dentonlt and bill for patches to flwm to allow it to link dynamically with fttk-1.3, the flwm extension size has gone from 232kb to 28kb :)
New versions uploaded to x86 and x86_64 repos.
Juanito:
Updated to latest git.
@dentonlt - it might be a good idea to post an explantion of "add movement keys for positioning a window" here?
curaga:
--- Code: ---+#ifdef EXTENDED_MOVEMENT_KEYS
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Left, MoveMaxLeft},
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Up, MoveMaxUp},
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Right, MoveMaxRight},
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Down, MoveMaxDown},
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Enter, MoveCenter},
+#endif
--- End code ---
--- Code: ---+// Extended Movement Keys: press ctrl+alt+shift+[arrow/enter] to send
+// window to max left/right/up/down or center
+// #define EXTENDED_MOVEMENT_KEYS 1
--- End code ---
It's disabled by default, but if enabled, lets you move the current window to each screen edge, or to the center of the screen.
Navigation
[0] Message Index
Go to full version