MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too [Solved]
Re: MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too

Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Re: MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too
Code: Select all
[app] (class=Tint2)
[Layer] {12}
[end]
Code: Select all
[app] (class=Conky)
[Layer] {12}
[end]
@Jerry3904 Any reason not to put these in the default apps file?
Re: MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too
I guess, need to give it a try first.
Kudos to @ceeslans !
Kudos to @ceeslans !
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
Personal: MX-25 Fluxbox, ThinkPad X1 Carbon gen 9 with i7
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too
Melber wrote: Sun Dec 10, 2023 4:21 pmCode: Select all
[app] (class=Tint2) [Layer] {12} [end]
@ceeslans is on fire today!Code: Select all
[app] (class=Conky) [Layer] {12} [end]
@Jerry3904 Any reason not to put these in the default apps file?
Can confirm the Tint2 entry works. Toolbar remains on the desktop when Mod1 d :ShowDesktop is used.
As far as the conky goes, I tweak all my conky's to own_window_type = 'desktop',
Code: Select all
own_window_type
if own_window is yes, you may specify type normal, desktop, dock, panel, utility or override.
Desktop windows are special windows that have no window decorations; are always visible
on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces.
Utility windows are like desktop windows, except they appear above everything else rather
than below. Panel windows reserve space along a desktop edge, just like panels and taskbars,
preventing maximized windows from overlapping them. The edge is chosen based on the
alignment option. Override windows are not under the control of the window manager.
Hints are ignored. This type of window can be useful for certain situations.
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: MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too
@siamhie : my conkys too all had a own_window_type = 'desktop' setting - up until about three months ago, when I learned that the 'normal' setting is exactly the same as 'desktop', but with one advantage: it allows rightclicking within the conky area...siamhie wrote: Sun Dec 10, 2023 11:35 pm ...
As far as the conky goes, I tweak all my conky's to own_window_type = 'desktop',
Code: Select all
own_window_type if own_window is yes, you may specify type normal, desktop, dock, panel, utility or override. Desktop windows are special windows that have no window decorations; are always visible on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces. Utility windows are like desktop windows, except they appear above everything else rather than below. Panel windows reserve space along a desktop edge, just like panels and taskbars, preventing maximized windows from overlapping them. The edge is chosen based on the alignment option. Override windows are not under the control of the window manager. Hints are ignored. This type of window can be useful for certain situations.
You do not have the required permissions to view the files attached to this post.
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Re: MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too
ceeslans wrote: Mon Dec 11, 2023 3:25 am
@siamhie : my conkys too all had a own_window_type = 'desktop' setting - up until about three months ago, when I learned that the 'normal' setting is exactly the same as 'desktop', but with one advantage: it allows rightclicking within the conky area...
I was having problems awhile back with my conky disappearing. When I switched to desktop, it all stopped.
The other option I could use is override which I can still open the root menu within the conky area.
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: MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too
[/quote]

[/quote]
Hi Can you please explain the theory behind it? Just for academical interest.
How these layers are defined and why is it not closing at number 12?
Re: MX fluxbox When MInimise all windows done by Alt+D, it hides Taskbar too
Sree wrote: Tue Dec 12, 2023 12:00 pm
How these layers are defined and why is it not closing at number 12?
Open a terminal and type man fluxbox.
Code: Select all
Layers
fluxbox manages the following layers (from highest to lowest):
• Above Dock
• Dock
• Top
• Normal
• Bottom
• Desktop
Code: Select all
LAYERS
Layers affect the way that windows will overlap each other on the
screen. Windows on a higher layer will always appear above those on a
lower one, whether they are focused or not. Fluxbox uses 13 layers,
starting from 1 (highest).
There are two ways to assign a window to a different layer. When the
window is open, you may select the layer in the ‘Layer ...’ submenu of
the window menu. The menu gives six choices for the layer, which
fluxbox manages by name. The names are (from highest to lowest layer):
• 2 - Above Dock
• 4 - Dock
• 6 - Top
• 8 - Normal
• 10 - Bottom
• 12 - Desktop
The other way to set the layer for a window is through the ‘apps’ file.
This method is described in fluxbox-apps(5).
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.