LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Using Openbox like DWM ? (https://www.linuxquestions.org/questions/linux-desktop-74/using-openbox-like-dwm-4175430928/)

patrick295767 10-07-2012 12:44 AM

Using Openbox like DWM ?
 
Hi,

Coding, coding,.... DWM has one cool feature is to split the windows when required.

www.youtube.com/watch?v=F2sYPwuRPvc

Would it be possible to have this for Openbox? I guess that using WMCTRL and bash would be possible to make it even for all WM.

With bindings one could call this. I searched on gg but visibly the idea has not been realized (yet?).

Need Input (if possible)

Thanks

TobiSGD 10-07-2012 04:52 AM

I would think that DWM has more than one cool feature, but in fact any tiling WM is able to do things like those you have seen there. So the real question is: why don't you just use a tiling WM if you want to use tiling functionality?

patrick295767 10-07-2012 05:22 AM

Quote:

Originally Posted by TobiSGD (Post 4799277)
I would think that DWM has more than one cool feature, but in fact any tiling WM is able to do things like those you have seen there. So the real question is: why don't you just use a tiling WM if you want to use tiling functionality?

I am simply used to openbox... this is why I favored it.

DWM is really nice indeed with some cool features

TobiSGD 10-07-2012 07:37 AM

Usually it's the best way to go for tiling WM, but there are things like PyTile for normal WMs. I never used it, so I can't say if it works.

patrick295767 10-08-2012 10:41 PM

Quote:

Originally Posted by TobiSGD (Post 4799343)
Usually it's the best way to go for tiling WM, but there are things like PyTile for normal WMs. I never used it, so I can't say if it works.

wouldnt it be more ligthweight to use x11 features: i.e. wmtctrl and bash. To code an own made application. You would have more power in hand rather than using python pytile (limited somhow)

TobiSGD 10-08-2012 11:34 PM

I don't get quite what you want. If you want lightweight go for a WM that has this functionality inbuilt, a tiling WM.
I don't really know if running a Python script is that much more resource heavy than running a Bash script.

patrick295767 10-09-2012 02:04 PM

Quote:

Originally Posted by TobiSGD (Post 4800896)
I don't get quite what you want. If you want lightweight go for a WM that has this functionality inbuilt, a tiling WM.
I don't really know if running a Python script is that much more resource heavy than running a Bash script.

I was considering using x11 tools to make it with bash, without the necessity of using python other apps. wmctrl might do it I would assume

TobiSGD 10-09-2012 02:38 PM

Well, just try it.


All times are GMT -5. The time now is 08:31 AM.