mxfb-2025 development ideas

Help for MX Fluxbox
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
Melber
Developer
Posts: 1507
Joined: Tue Mar 23, 2021 4:19 pm

Re: mxfb-2025 development ideas

#31 Post by Melber »

siamhie wrote: Wed Aug 28, 2024 5:50 pm Could we have an option to move the exit-options bar around?
(and maybe select which icons to show...I only use suspend, restart and shutdown)
Do you know there's currently the possibility to drag it to a new position with pressed Alt key?
(the function is not perfect, the window sometimes flashes in central position before showing in new location, but it works)

Selecting which exit-options to show would require some rewriting of both the exit-options and exit-options-manager apps. Not sure how complicated that would be.

User avatar
siamhie
Global Moderator
Posts: 3850
Joined: Fri Aug 20, 2021 5:45 pm

Re: mxfb-2025 development ideas

#32 Post by siamhie »

Melber wrote: Wed Aug 28, 2024 6:21 pm
Do you know there's currently the possibility to drag it to a new position with pressed Alt key?
(the function is not perfect, the window sometimes flashes in central position before showing in new location, but it works)
I was not aware of this. That works out perfectly. :number1:
exit.png

Selecting which exit-options to show would require some rewriting of both the exit-options and exit-options-manager apps. Not sure how complicated that would be.
This isn't really necessary. I was thinking out loud. The three options I use all the time are all on the right side of the bar.
You do not have the required permissions to view the files attached to this post.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
i_ri
Posts: 1158
Joined: Tue Jun 30, 2015 12:26 am

Re: mxfb-2025 development ideas

#33 Post by i_ri »

hi siamhie
exit-options, windowmenu, Remember, Position. seems to work(?)
it can show here positioned half-off screen-left revealing only the three rightmost buttons(?)

User avatar
siamhie
Global Moderator
Posts: 3850
Joined: Fri Aug 20, 2021 5:45 pm

Re: mxfb-2025 development ideas

#34 Post by siamhie »

i_ri wrote: Wed Aug 28, 2024 10:33 pm hi siamhie
exit-options, windowmenu, Remember, Position. seems to work(?)
it can show here positioned half-off screen-left revealing only the three rightmost buttons(?)

@i_ri Exit options doesn't have a title bar and doesn't show up in the apps file.
It's a YAD script. @Melber's suggestion worked.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
Melber
Developer
Posts: 1507
Joined: Tue Mar 23, 2021 4:19 pm

Re: mxfb-2025 development ideas

#35 Post by Melber »

exit-options is a qt app.
exit-options-manager is a yad script.

User avatar
siamhie
Global Moderator
Posts: 3850
Joined: Fri Aug 20, 2021 5:45 pm

Re: mxfb-2025 development ideas

#36 Post by siamhie »

Melber wrote: Thu Aug 29, 2024 4:59 am exit-options is a qt app.
exit-options-manager is a yad script.
@Melber Thanks for the clarification. I've added exit-options to my apps file.
Played around with Dimensions and Position to get it just right.
Now it's tucked right under my toolbar and lined up with the right edge.

Code: Select all

[app] (name=exit-options) (class=exit-options)
  [Dimensions]	{16% 4%}
  [Position]	(UPPERLEFT)	{64% 0%}
  [Close]	{yes}
[end]
tucked-exit_options.jpg
You do not have the required permissions to view the files attached to this post.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
i_ri
Posts: 1158
Joined: Tue Jun 30, 2015 12:26 am

Re: mxfb-2025 development ideas

#37 Post by i_ri »

Hello Jerry3904 and Everyone
during a showdesktop discussion it has been mentioned to modernize
just go to an empty workspace.
Empty meaning dedicated, obligated to satisfy your desired Desktop Look and launchpad.

The minimize all and maximize all has the disadvantage of not remembering the minimized state of some of your windows. Maximize all is not the same as fluxbox ShowDesktop.
Here is a method that does not minimize all and does not maximize all.

minimize all windows or showdesktop behavior instead means go to the empty workspace (sample W-2; In keys Workspaces begin at 1)
Workspace 2

now that you are in the showdesktop behavior you want to use it to click idesk icons or launch a menu item,
or you want to return to your working windows without opening any applications. Alike the showdesktop. You are in the empty workspace 2, so get back to working workspace 1.
Launch an application; or Workspace 1

This /apps file will do the first job of Launch an application and return you to working workspace (sample W-1; In apps Workspaces begin at zero.)

Code: Select all

[app] (.*)
            [Workspace]   {0}
            [Jump]        {yes}
[end]
So, so the only thing needed on a menu/button in the special launchpad empty workspace is a method to switch to working workspace. This is for when an application is not launched.
Workspace 1

, so we just replaced {ShowDesktop} {ShowDesktop} with; {Workspace 2} {Workspace 1}

in fluxbox /keys
Control Shift F1 :Workspace 1
Control Shift F2 :Workspace 2
non-fluxbox Launchers use xdotool
xdotool key Control+Shift+F1
xdotool key Control+Shift+F2
Existing Also when you are in the workspace (W-2) empty space just click on an icon in the iconbar or click the workspaces area on the toolbar to get back to your working workspace. Workspace switching is available in many forms. Some tint2 click in populated area of iconbar for w-1 and empty area for w-2. [Not Jump]Simplify with just Launch the application to w-1 and get to workspace1 somehow, when you wish go to workspace1. Yes use the workspaces area switcher as the showdesktop button, in a similar way. so the command to go to Workspace 1 really is not essential unless you are running many workspaces or have iconbar set to show only workspace current (or showing only minimized windows.)
Swipe to change workspace to view all apps for launch is quite modern approach (since windows 8 and android.)
Swipe[scroll] OnDesktop to it in fluxbox is default in keys mouse4&5. One step closer to fluxbox phone, sounds funny.

rofi run, rofi opens on the empty workspace 2 and its command opens on workspace 1. you might like that. gxkb[tray] does not switch to w-1. wmmoonclock[Slit] does not switch to w-1. Can you please test for other items that do not switch to Workspace 1?

Test this as the only thing in the /apps file.
Not allowed to use any Remember settings for any window. (or test it and see why.why not. manual edit Only.) Exclude from windowmenu [extramenus] or avoid Remember (except to have fluxbox write the syntax for the Remember setting and you move it to the proper [app] edit.)
Does it work? refine it(?) You can make it better than I.
Will find a command for the outline, compatible with Remember. Meantime enjoy absence of apps config.
Many workspace switching with app Launch combinations to trial. for now, * all.
We like to think inside the box. Thank you for mxfluxbox.
This is a hack from somewhere below the status bar.
8-|

User avatar
i_ri
Posts: 1158
Joined: Tue Jun 30, 2015 12:26 am

Re: mxfb-2025 development ideas

#38 Post by i_ri »

windows 8 2012
android 2009
iphone 2007
---
fluxbox
Changes for 1.0rc3:
*07/02/09: Feb 9, 2007
* Introduced support for mouse buttons in the keys file (Mark)
- Mouse buttons are bound to new `keys' Mouse1, Mouse2, etc.
- Also a new modifier `OnDesktop' to specify actions that should take place when you click on the desktop

.1.8 2002 drag window to change workspace.

.1.9 May 2002 “Allow Desktop MouseWheel Switching”
---
hello everyone
After mentioning Swipe to an application menu
a check of changelogs indicates
that fluxbox did it ten years before windows 8.
Touchpad devices, phones, wrist-band-devices, fluxbox, do Swipe.

An aside story be
We were past century at Lone Mountain near Carefree and met Stanley.
Stanley was employed with the company Motorola.
Stanley had invented glass touchscreen property Motorola.

User avatar
Jerry3904
Administrator
Posts: 23654
Joined: Wed Jul 19, 2006 6:13 am

Re: mxfb-2025 development ideas

#39 Post by Jerry3904 »

Back to topic: this "music showing on panel" could be worth consideration IMO

viewtopic.php?p=773738#p773738
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin

User avatar
dolphin_oracle
Developer
Posts: 22852
Joined: Sun Dec 16, 2007 12:17 pm

Re: mxfb-2025 development ideas

#40 Post by dolphin_oracle »

I'm looking at mx-tour.

how likely is the basic UI for the fluxbox configuration to change for mx25?
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

Post Reply

Return to “MX Fluxbox Official Release”