You are not logged in.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Offline
^ I do not, but that is a beautiful scrot...
https://scrot.cloud/images/2021/01/24/2 … -scrot.png
https://en.wikipedia.org/wiki/Napier,_New_Zealand
A little chilly there for mid-summer, isn't it?
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
^ I do not, but that is a beautiful scrot...
Thanks!
I only use Qutebrowser sporadically but I do like it very much.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Off topic and late edit...
https://en.wikipedia.org/wiki/Napier,_New_Zealand
A little chilly there for mid-summer, isn't it?
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Off topic and late edit...
hhh wrote:https://en.wikipedia.org/wiki/Napier,_New_Zealand
A little chilly there for mid-summer, isn't it?
I'm not sure how accurate that weather module is. We are forecast for mid 30's today and it is well on the way.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
We are forecast for mid 30's today and it is well on the way.
That's more like it. That's beach and/or BBQ weather. Slip and Slide, a lawn sprinkler, anything.
No, he can't sleep on the floor. What do you think I'm yelling for?!!!
Offline
Offline
Dobbie03 wrote:We are forecast for mid 30's today and it is well on the way.
That's more like it. That's beach and/or BBQ weather. Slip and Slide, a lawn sprinkler, anything.
Or drinking beer on the deck in the sun?
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
Getting things back to default using BLOB and the verdict is Yes. Yeti BLOB...
That is very nice indeed.
"All we are is dust in the wind, dude"
- Theodore "Ted" Logan
"Led Zeppelin didn't write tunes that everybody liked, they left that to the Bee Gees."
- Wayne Campbell
Offline
https://i.postimg.cc/CB5DwFX9/Jwm-1-24-21.png
Jwm, Set up basically the same as my openbox setup for now.
Jwm is a really nice window manager. Very similar to Openbox in feel, with panel similarities to tint2.
There is only one configuration file for Jwm. Everything goes into it. Startup, menus, and a huge amount of easy customizations once you figure out the config file.
Runs extremely lean, Less than 200MB with a custom kernel here, so . . about 230MB until 5.8 comes out.
I will certainly be adding this to my own builds fairly soon (hopefully). Still a few items to adjust.
The wallpaper is a picture of the windshield from an old truck left next to a creek. Have to drop about '2000' from the road over the course of a mile or so to get to it. One of our favorite camping spots of years past.
Yes i like JWM alot for a floater but one thing drives me crazy. I for xxx sake failed miserably to put that panel on top of the screen. A dealbraker for me. You know howto?
Offline
Yes i like JWM alot for a floater but one thing drives me crazy. I for xxx sake failed miserably to put that panel on top of the screen. A dealbraker for me. You know howto?
You want the halign and valign options for the tray (panel).
I think this will put the tray at the top:
<!-- Tray at top. -->
<Tray x="0" y="0" autohide="off" delay="1000" halign="fixed" valign="top">
-- rest of tray configuration
</Tray>
Fvwm3 with BL Indigo theme
@hhh - nice theme.
Last edited by PackRat (2021-01-24 01:09:29)
You must unlearn what you have learned.
-- yoda
Offline
sleekmason wrote:https://i.postimg.cc/CB5DwFX9/Jwm-1-24-21.png
Jwm, Set up basically the same as my openbox setup for now.
Jwm is a really nice window manager. Very similar to Openbox in feel, with panel similarities to tint2.
There is only one configuration file for Jwm. Everything goes into it. Startup, menus, and a huge amount of easy customizations once you figure out the config file.
Runs extremely lean, Less than 200MB with a custom kernel here, so . . about 230MB until 5.8 comes out.
I will certainly be adding this to my own builds fairly soon (hopefully). Still a few items to adjust.
The wallpaper is a picture of the windshield from an old truck left next to a creek. Have to drop about '2000' from the road over the course of a mile or so to get to it. One of our favorite camping spots of years past.
Yes i like JWM alot for a floater but one thing drives me crazy. I for xxx sake failed miserably to put that panel on top of the screen. A dealbraker for me. You know howto?
Yes! They make it kind of obscure to be sure. The man page hints at placing "top" in the autohide field, but really it's just a Geometry switch from -1 to one:
Changing
<Tray x="0" y="-1" height="24" autohide="Off">
to:
<Tray x="0" y="1" height="24" autohide="Off">
Will do the trick.
Offline
^ nice.
Looks like they may have made some changes but didn't update their configuration how to page.
You must unlearn what you have learned.
-- yoda
Offline
Jwm is a really nice window manager. Very similar to Openbox in feel, with panel similarities to tint2.
Only on the surface.
I found that JWM has none of the manual (keyboard-driven) tiling, window placement, resizing and moving abilities that openbox has. Prove me wrong!
Offline
Offline
sleekmason wrote:Jwm is a really nice window manager. Very similar to Openbox in feel, with panel similarities to tint2.
Only on the surface.
I found that JWM has none of the manual (keyboard-driven) tiling, window placement, resizing and moving abilities that openbox has. Prove me wrong!
Ha! Wish I could!
I never use 90% of the keybinds myself, and use winfuncs for tidying up my screen while working.
Here's my normal state of affairs while working, lol.
Winfuncs cascade cleans it up! (lower left panel button.)
In any event, I think a proper layout could be achieved. Here are the existing keybinds as copied from the example script:
<!-- Key bindings -->
<Key key="Up">up</Key>
<Key key="Down">down</Key>
<Key key="Right">right</Key>
<Key key="Left">left</Key>
<Key key="h">left</Key>
<Key key="j">down</Key>
<Key key="k">up</Key>
<Key key="l">right</Key>
<Key key="Return">select</Key>
<Key key="Escape">escape</Key>
<Key mask="A" key="Tab">nextstacked</Key>
<Key mask="A" key="F4">close</Key>
<Key mask="A" key="#">desktop#</Key>
<!-- <Key mask="A" key="F1">root:1</Key> -->
<Key mask="A" key="d">window</Key>
<Key mask="A" key="F10">maximize</Key>
<Key mask="A" key="Right">rdesktop</Key>
<Key mask="A" key="Left">ldesktop</Key>
<Key mask="A" key="Up">udesktop</Key>
<Key mask="A" key="Down">ddesktop</Key>
<!-- Lilidog key bindings. -->
<Key mask="A" key="F2">exec:~/.config/dmenu/dmenu</Key>
<Key mask="A" key="F3">exec:~/.config/dmenu/apps</Key>
<Key mask="A" key="F5">exec:rofi -modi run -show run</Key>
</JWM>
And you can add a "send to" entry to the menu, so, maybe no problem to create the rest (mostly)needed? xdotool?
Not my forte to be sure. I only ever use two desktops, and the mess actually keeps me focused:)
A side note that's pretty neat for Jwm is the check for the config file.
jwm -p
after making changes checks for config file errors. Very handy. JWM has been added to my minimal build as an option as well. most of the wm's are super light, under 1MB.
Offline
Not really a new look (I rarely have, because I like boring), but a "new" laptop that got it's first BL installation (as far as I know).
Just a standard BL with i3 (no gaps or other fancy stuff).
I really like how doing a new install leads me to have a look at what changed since the last time and to see the amount of work that gets done by the BL devs.
Thank you all for that!
Offline
lowrider wrote:sleekmason wrote:https://i.postimg.cc/CB5DwFX9/Jwm-1-24-21.png
Jwm, Set up basically the same as my openbox setup for now.
Jwm is a really nice window manager. Very similar to Openbox in feel, with panel similarities to tint2.
There is only one configuration file for Jwm. Everything goes into it. Startup, menus, and a huge amount of easy customizations once you figure out the config file.
Runs extremely lean, Less than 200MB with a custom kernel here, so . . about 230MB until 5.8 comes out.
I will certainly be adding this to my own builds fairly soon (hopefully). Still a few items to adjust.
The wallpaper is a picture of the windshield from an old truck left next to a creek. Have to drop about '2000' from the road over the course of a mile or so to get to it. One of our favorite camping spots of years past.
Yes i like JWM alot for a floater but one thing drives me crazy. I for xxx sake failed miserably to put that panel on top of the screen. A dealbraker for me. You know howto?
Yes! They make it kind of obscure to be sure. The man page hints at placing "top" in the autohide field, but really it's just a Geometry switch from -1 to one:
Changing
<Tray x="0" y="-1" height="24" autohide="Off">
to:
<Tray x="0" y="1" height="24" autohide="Off">
Will do the trick.
Many thanks
Offline