You are not logged in.
Pages: 1
Anyone tried Hybryde Linux?
"Hybryde Linux is an Ubuntu-based distribution for the desktop. Its most unusual feature is an option to switch rapidly between multiple desktop environments and window manager without logging out - the list includes Enlightenment 17, GNOME 3 (GNOME Shell and GNOME 3 "Fallback" mode), KDE, LXDE, Openbox, Unity, Xfce and FVWM. This is achieved via a highly customisable Hy-menu, which also allows launching applications and configuring the system. All open applications are carried to any of the available desktops. The system offers an interesting way to work fluidly in a multi-desktop environment."
Digit briefly mentioned it here recently.
Their website appears to be in French only. No idea about what the distribution is in.
Last edited by SabreWolfy (2012-06-07 19:59:16)
• Support #! • Waldorf • Debian sid • Xubuntu • siduction • Peppermint • OpenBox • Xfce • LXDE •
Offline
Definitely something for a distro hopper to try. But with all that stuff installed... 
#!, all else is but a shadow!
May the Kernel be with you!
Offline
Anyone had a peek at this Hy-menu to see if there's a way to implement it in other distros?
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
as i read that, i started to wonder... how hard would that be to write our own menu for that... obviously something wm independent, so i'm thinking 9menu first off, as it works as a great little stand-alone menu which doesnt care which wm it's called from. nicely portable and universal in configuration too. 
this hy-menu is surely worth looking into to get cues for wm switching tho of course.
in honour of Aaron H. Swartz,
make liberating JSTOR (and similar)'s database(s) of knowledge from behind paywalls your #1 priority,
and keep making the world a better place.
live up to what he lived for.
Offline
What's wrong with dmenu? It's small, light, and can be customized. Musca uses it for several WM functions, and it can be used as a stand-alone custom menu. It's really much more than the dmenu_run script.
Last edited by pidsley (2012-06-27 03:02:25)
Offline
your blurb jumped street curbs after fvwm. Yes.
... and a kind word. -Duke
Offline
What would be the advantage of being able to switch between DE/WM's 'on the fly'?
on the outside looking in
Offline
1: it's a cool trick to be able to do.
2: you want to switch from tiling to stacking or vice-versa (perhaps to use an application like the GIMP), and can't be bothered to log out and back in.
3: you want to be able to demonstrate a concept in a specific wm to someone else and can't be bothered to logout and back in again. (I did this recently, to demonstrate to my brother the difference between tiling and stacking wms and the different things I use the two for).
4: it's still a cool trick.
(So, admittedly, in most cases the answer is 'because I can'.)
ETA: Thinking about how I would go about it:
Determine what wm is running:
if pgrep openbox returns a value
wm is openbox
else if pgrep scrotwm returns a value
wm is scrotwm
etc.
killall $WhateverWM && [openbox-session|pekwm|fvwm|scrotwm]
And then pipe the whole lot into dmenu...
Not sure how effectively this would work. Feel free to pick holes in it (or, if it actually has any value, which I doubt) steal some ideas. It would especially be good if there's a better way of determining which wm is running, because this seems horribly hackish and clunky.
Last edited by joek (2012-06-27 10:09:21)
Offline
^ 5. You want to change WMs but you don't want to close any open applications, logout of X, log back in, and re-open applications.
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
What's wrong with dmenu? It's small, light, and can be customized. Musca uses it for several WM functions, and it can be used as a stand-alone custom menu. It's really much more than the dmenu_run script.
you use dmenu for wm switching... leet idea. i like it. 
here's another link which may prove useful for hybrydising crunchbang:
http://crunchbanglinux.org/forums/topic … nbox-menu/
Last edited by Digit (2012-06-28 01:44:45)
in honour of Aaron H. Swartz,
make liberating JSTOR (and similar)'s database(s) of knowledge from behind paywalls your #1 priority,
and keep making the world a better place.
live up to what he lived for.
Offline
1: it's a cool trick to be able to do.
2: you want to switch from tiling to stacking or vice-versa (perhaps to use an application like the GIMP), and can't be bothered to log out and back in.
3: you want to be able to demonstrate a concept in a specific wm to someone else and can't be bothered to logout and back in again. (I did this recently, to demonstrate to my brother the difference between tiling and stacking wms and the different things I use the two for).
4: it's still a cool trick.(So, admittedly, in most cases the answer is 'because I can'.)
So in other words, it's choice simply for the sake of having choice.
on the outside looking in
Offline
joek wrote:1: it's a cool trick to be able to do.
2: you want to switch from tiling to stacking or vice-versa (perhaps to use an application like the GIMP), and can't be bothered to log out and back in.
3: you want to be able to demonstrate a concept in a specific wm to someone else and can't be bothered to logout and back in again. (I did this recently, to demonstrate to my brother the difference between tiling and stacking wms and the different things I use the two for).
4: it's still a cool trick.(So, admittedly, in most cases the answer is 'because I can'.)
So in other words, it's choice simply for the sake of having choice.
Yes, pretty much. Isn't that what linux is all about, though? Choice.
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.