mxfb-2025 development ideas
Re: mxfb-2025 development ideas
Perhaps add an exit-options tab to the app-finder rofi?
Either to open a list of exit options or just open the exit-options app directly.
Either to open a list of exit options or just open the exit-options app directly.
Re: mxfb-2025 development ideas
Makes sense.
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: mxfb-2025 development ideas
Hello Jerry3904
About: the class=Conky Layer Desktop in fluxbox /apps:
An impressive seventy conky,
In the collection of conky shipped with MX, is found
class for conky:
Conky
conky
conky-semi
About: the class=Conky Layer Desktop in fluxbox /apps:
An impressive seventy conky,
In the collection of conky shipped with MX, is found
class for conky:
Conky
conky
conky-semi
Re: mxfb-2025 development ideas
i_ri wrote: Fri Aug 16, 2024 10:26 am Hello Jerry3904
About: the class=Conky Layer Desktop in fluxbox /apps:
An impressive seventy conky,
In the collection of conky shipped with MX, is found
class for conky:
Conky
conky
conky-semi
I don't have conky listed in my apps file. What do you mean by this?
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.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
Re: mxfb-2025 development ideas
Could we (possibly) populate the games category? XFCE and KDE come with some games pre-installed.
I installed kgames which only used 2,174k disk space and comes with 15 games.
I installed kgames which only used 2,174k disk space and comes with 15 games.
Description: Venerable selection of Xaw-based games
These are a selection of various games that use the Xaw toolkit. They are all from the 80's and 90's and look the part.
As a result, they are also very lightweight. There are a bunch of solitaire (patience) variants, mille bournes, cribbage and dominos.
Homepage: https://keithp.com
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.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
Re: mxfb-2025 development ideas
@i_ri the change got conky and panel just came through. What would your proposal add?
@siamhie we certainly could, so let's see what others think
@siamhie we certainly could, so let's see what others think
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: mxfb-2025 development ideas
Sounds good.Jerry3904 wrote: Fri Aug 16, 2024 11:18 am @siamhie we certainly could, so let's see what others think
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.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
- chrispop99
- Global Moderator
- Posts: 3359
- Joined: Tue Jan 27, 2009 2:07 pm
Re: mxfb-2025 development ideas
+1 for a few games.
Chris
Chris
MX Facebook Group Administrator.
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Home-built desktop - Core i5 9400, 970 EVO Plus, 8GB
DELL XPS 15
Lots of test machines
Re: mxfb-2025 development ideas
Hello
show desktop on a fluxbox toggle (?) for tint2 button. (?)
(Not tint2 Layer Desktop) Sample
show desktop on a fluxbox toggle (?) for tint2 button. (?)
(Not tint2 Layer Desktop) Sample
Code: Select all
Control Mod1 Up :ToggleCmd {exec for window_id in $(wmctrl -l |sed '/ -1 /d'); do xdotool windowminimize $window_id; done} {exec for window_id in $(wmctrl -l |sed '/ -1 /d'); do xdotool windowmap $window_id; done}
Re: mxfb-2025 development ideas
show desktop behavior for tint2 button
(Not tint2 Layer Desktop)
To bring tint2 panel show desktop.
straightforward. Sample Supports One instance of tint2, and
supports multiple instances of everything else. (?)
(Not tint2 Layer Desktop)
To bring tint2 panel show desktop.
straightforward. Sample Supports One instance of tint2, and
supports multiple instances of everything else. (?)
Code: Select all
Control Mod1 Up :ToggleCmd {MacroCmd {exec /usr/local/bin/toggle-mx tint2session} {ForEach {Iconify} } {exec /usr/local/bin/toggle-mx tint2session} } {Deiconify All OriginQuiet}