I need some help with tweaking my Desktop! (2bwm) - Desktop Customization & Workflow
Users browsing this thread: 6 Guest(s)
|
|||
Hello to all of you tweakers out there!
I am pretty nervous writing stuff in this forum, because everything I've seen here let's me shutter most of time. Some of the Desktops here are configured to the max and I somehow got the idea to join your 'club' as well. So, I decided to prepare a "weekend-unix-session" in order to do so. I decided pretty fast that I really like the 2bwm. I got in contact with awesome wm and openbox earlier, but i did not really like it that much then... Now, because of the fact, that I do not want to get on the nerves of z3bra so much (sorry if i did, bud :s), I think this is the right place to ask all my questions concerning this wm. I searched the web a while for useful information, but to be honest, I did not find many. I think, that the biggest problem for me right now is, that I do not know, where to actually start. When i installed 2bwm, it did not even start. So - what I am searching for is some kind of help concerning the first steps in it and the configuration. I also searched for an IRC-channel, but I guess there is none (?). But I'd say now the fact that it did not even start is the biggest problem atm. I hope this is the right way and place to post this request, but I thought it would be the best to start here. I give my thanks to you all in advance. Cheers, fayesafe |
|||
|
|||
Hi mate !
First of all, you did not get on my nerves. If I'm not keen to help you, I would have not even given you an answer. What we were saying is that, top reach the "top level" of dekstop customisation, you need to understand WELL how a unix system works. What is a WM, what is a shell, what is a display server, how do they interact together. Once you understand all of this (it HAS to be clear in your mind), you can start tweaking your desktop, playing with it, replacing every single part of it (hotkeys, wm, status bar, notification system, monitoring, etc...) Anyway, if you really want to dive into it, I'm ready to help you. But you have to understand that you NEED to find informations by yourself (reading wikis, blog, man pages, forums, etc..). As a good start, read this article I wrote on the subject (customizing your setup), and ask about everything you don't understand. If you encouter a lot of difficulties to understand it, or if it looks like chinese for you, then you'll need to play a little more with *nix systems, before trying again. Good luck buddy :) |
|||
|
|||
Okay,
first of all, thank you for these instructions. I know that I always get a bit impatient when it gets to f'king fancy stuff.... I read through almost all of your articles (except that one with the bar, and these that are not concerning the topic) and I think I understood it well. I somehow got an idea of how much time I need to spend from now on, but I think it's gonna be fun! I think the most important part (and that stuff you'll always miss on openbox and awesome) is now for -me- to understand how the window mananger, the display server and the connected configurations work together (?). I guess I'll start learning 'bout that. Let's see where this gets me:) Aaaand, I'll start throwing those heavy programs away and start slowly replacing it with CLI tools. I am going to keep you up to date guys :p |
|||
|
|||
Good :)
|
|||
|
|||
Seems like someone has lost his *nix virginity here.
Welcome to the forums. |
|||
|
|||
learn the basic first and everything else will follow
|
|||
|
|||
i was gonna open topic with similar title but saw this so continuing here...
in my bar setup, i have this layout: < prev | curr | next > for desktop number. i want to assign mouse clicks to bar (i have xclock on time/date area) so if there is a way to switch to Xth desktop please tell me... i will assign prev last next accordingly... i thought last would be: test -z "$LAST" && LAST=0 test -z "$CURR" && LAST=0 TMP="" while loop: CURR=`2bwm-get-desktop` #command in 2bwm's man page if [ ${CURR} -ne ${TMP} ]; then LAST=${CURR} fi TMP=${CURR} #rest of the code... that would do thing... //not tested... |
|||
|
|||
2bwm responds correctly to the client message "atom_current_desktop", so you should be able to switch desktop from panels/docks/bars. To emulate this you can use:
Code: xdotool set_desktop 9 |
|||
|
|||
thank you very much :)
Code: #!/bin/bash Code: Slax 7.0.8 (32-bits + PAE) |
|||
|
|||
I hope you don't mind me hijacking this topic :P
I want to use 2bwm together with the xfce4-panel. I created an offset for the panel in my config.h using Code: ///---Offsets---/// However, 2bwm only respects this margin when maximizing windows. When I move or resize them manually, they still get on top of my panel. Is there a way to force all windows to respect this margin? Thanks for your help :) |
|||
|
|||
it shouldnt do that, it should respect margins... actually in the latest release (origin/master) it does not respect when doing maximize but it respects to mod shift x combination...
try recompiling your kernel 2bwm :) |
|||
|
|||
We fixed this issue some time ago already (proof)
Be sure you have *at least* a "superior" version available, and recompile the software |
|||
|
|||
Yea, the non-git version in the AUR seems to be outdated then. Got a new copy directly from Github and it works like a charm, ty :)
btw, there is no real way to disable the automatic focus-change on mouseover without going into the source files? |
|||
|
|||
(04-09-2014, 03:03 PM)4814 Wrote: Yea, the non-git version in the AUR seems to be outdated then. Got a new copy directly from Github and it works like a charm, ty :)That's a feature, it's called sloppy focus. |
|||
|
|||
i think that focus model is nice... especially you can change windows by mod+tab... also there is 10 workspaces...
|
|||
|
|||
Yea, it's a nice feature. The concept just doesn't work with a global appmenu. But it was time to get away from the xfce-panel anyway :P
But a big thank you to you guys! Everythink is working fine now and I can get to the fun part of customizing :) |
|||
|
|||
Well I can tell you right now that I know nil about 2bwm, literally have never touched it. But I can help with anything else you might need help with. If it's *nix, I've probably messed with it at some point. 2bwm and bspwm are pretty much the only wms I've never really bothered with. OH! And welcome to the forum.
|
|||