You are not logged in.

#1076 2014-02-09 09:33:53

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

cju wrote:

Floating windows are centered automatically, but they aren't centered correctly. I.e. there is quite more screenspace on the left and on the top than on the right and on the bottom.

Padding is not taken into consideration when centering a floating window which might explain the discrepancy.


gh · da · ds

Offline

#1077 2014-02-09 09:39:08

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

The following desktop selector: focused:MONITOR_SEL is now written: MONITOR_SEL:focused.

In addition, MONITOR_SEL:^<n> selects the nth desktop in the output of bspc query -D -m MONITOR_SEL.


gh · da · ds

Offline

#1078 2014-02-09 10:29:16

cju
Member
Registered: 2013-06-23
Posts: 194

Re: bspwm — A tiling window manager based on binary space partitioning

bloom wrote:
cju wrote:

Floating windows are centered automatically, but they aren't centered correctly. I.e. there is quite more screenspace on the left and on the top than on the right and on the bottom.

Padding is not taken into consideration when centering a floating window which might explain the discrepancy.

Hm. Sounds logical, but: I don't use any padding at all. Does that mean that centering of floats works correctly on your machine?

Offline

#1079 2014-02-09 16:54:49

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

cju wrote:

I'm sorry that I have to bring this up again, but it's a bit strange: now, as said before, floating windows are centered automatically, but they aren't centered correctly. I.e. there is quite more screenspace on the left and on the top than on the right and on the bottom.

It should be fixed.

Thanks for reporting.


gh · da · ds

Offline

#1080 2014-02-09 17:00:37

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

The border width of a single window can now be changed via bspc config -w WINDOW_SEL border_width VALUE.


gh · da · ds

Offline

#1081 2014-02-09 17:07:23

cju
Member
Registered: 2013-06-23
Posts: 194

Re: bspwm — A tiling window manager based on binary space partitioning

bloom wrote:
cju wrote:

I'm sorry that I have to bring this up again, but it's a bit strange: now, as said before, floating windows are centered automatically, but they aren't centered correctly. I.e. there is quite more screenspace on the left and on the top than on the right and on the bottom.

It should be fixed.

Thanks for reporting.

It is, works like a charm now.

Thanks for your amazing work. smile

Offline

#1082 2014-02-10 13:04:35

Šaran
Member
From: Bosnia
Registered: 2011-09-03
Posts: 407

Re: bspwm — A tiling window manager based on binary space partitioning

I'm trying to adapt lightdm bspwm-session to work with loop examples.
I have replaced bspwm with wm, but super + alt + {_,shift + }Escape logs me out (I guess expected behaviour
is to only reload changes while retaining open widows and layout?)
Super + alt + Escape reloads bspwm, but previously open windows become unmanaged.
They can't be closed and focus can't be changed.

Is this maybe limitation of display manager or scripts need some work?

Offline

#1083 2014-02-12 13:40:48

exm
Member
Registered: 2014-01-20
Posts: 1

Re: bspwm — A tiling window manager based on binary space partitioning

Couple of things -

First, really enjoying bspwm. Came to it from i3, and it's a good thing.
Second, is there a way to uncouple workspaces from desktops? Say I have two monitors, and I have workspace 1 on the first monitor, switch to workspace 2 on it, then want workspace 1 on my other monitor. Any way to make that work?

Thanks for any help!

Offline

#1084 2014-02-14 16:48:34

Ploppz
Member
Registered: 2013-09-14
Posts: 313

Re: bspwm — A tiling window manager based on binary space partitioning

Opening a window in floating mode doesn't work for me. In my sxhkdrc, there's

super + shift + t
    bspc rule -a termite -o floating=on; \
    termite -x 0.7

Updated system yesterday, haven't ever been able to make it work. Also earlier when it was "bspc rule -a termite --floating --one-shot" it did not work either.

Last edited by Ploppz (2014-02-14 16:55:50)

Offline

#1085 2014-02-14 17:43:37

Ploppz
Member
Registered: 2013-09-14
Posts: 313

Re: bspwm — A tiling window manager based on binary space partitioning

I got these errors the first time I ran xcompmgr (today)  (use it for semi-transparency):

error 9: BadDrawable (invalid Pixmap or Window parameter) request 143 minor 1 serial 126267
error 3: BadWindow (invalid Window parameter) request 129 minor 6 serial 126268
error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 126269
error 3: BadWindow (invalid Window parameter) request 15 minor 0 serial 126270
error 3: BadWindow (invalid Window parameter) request 2 minor 0 serial 126271
error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 126272
error 3: BadWindow (invalid Window parameter) request 2 minor 0 serial 126273
error 3: BadWindow (invalid Window parameter) request 20 minor 0 serial 126274

Although I didn't get them any more.. well
Generally, the new (termite) windows I make, only have the desired transparecy the moment I make them, and until I move them to other tiles or anything else happens to them - it acts quite weird.

Offline

#1086 2014-02-14 18:21:23

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

Ploppz wrote:

Opening a window in floating mode doesn't work for me. In my sxhkdrc, there's

super + shift + t
    bspc rule -a termite -o floating=on; \
    termite -x 0.7

termite has no -x option!


gh · da · ds

Offline

#1087 2014-02-14 18:29:42

Stebalien
Member
Registered: 2010-04-27
Posts: 1,239
Website

Re: bspwm — A tiling window manager based on binary space partitioning

bloom wrote:
Ploppz wrote:

Opening a window in floating mode doesn't work for me. In my sxhkdrc, there's

super + shift + t
    bspc rule -a termite -o floating=on; \
    termite -x 0.7

termite has no -x option!

termite version 7 does (it set's the transparency).


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C

Offline

#1088 2014-02-14 19:39:12

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

Ploppz wrote:

I got these errors the first time I ran xcompmgr
[...]
Generally, the new (termite) windows I make, only have the desired transparecy the moment I make them, and until I move them to other tiles or anything else happens to them - it acts quite weird.

Have you tried compton?


gh · da · ds

Offline

#1089 2014-02-15 10:09:00

cju
Member
Registered: 2013-06-23
Posts: 194

Re: bspwm — A tiling window manager based on binary space partitioning

bloom wrote:

The border width of a single window can now be changed via bspc config -w WINDOW_SEL border_width VALUE.

That works fine, but if I type bspc config -d DESKTOP_SEL border_width VALUE, the border witdh of the selected desktop doesn't change for all existing windows; only newly created windows on the selected desktop get the new border width. Is this intended?

Offline

#1090 2014-02-15 11:19:43

Ploppz
Member
Registered: 2013-09-14
Posts: 313

Re: bspwm — A tiling window manager based on binary space partitioning

bloom wrote:

Have you tried compton?

I did just now and strangely - regardless of what I set 'transparency' to in termite config, the windows are always completely transparent (only the background of course), I also removed '-x 0.7' in the sxhkdrc. Shadowing seems to work though but I'm more interested in the transparency.

Offline

#1091 2014-02-15 16:29:32

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

cju wrote:

If I type bspc config -d DESKTOP_SEL border_width VALUE, the border witdh of the selected desktop doesn't change for all existing windows; only newly created windows on the selected desktop get the new border width. Is this intended?

Yes: the above command sets the default value for the border width of the windows of the given desktop.


gh · da · ds

Offline

#1092 2014-02-16 11:16:40

Ploppz
Member
Registered: 2013-09-14
Posts: 313

Re: bspwm — A tiling window manager based on binary space partitioning

bspc rule -a termite -o floating=on

really does not work, I tried to just run it as a command and open termite afterwards, also tried with other programs. I need this to work. Any suggestions?

Offline

#1093 2014-02-16 11:34:57

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

Ploppz wrote:

Any suggestions?

What's the output of

bspc rule -a termite -o floating=on && bspc rule -l

?

Last edited by bloom (2014-02-16 17:59:32)


gh · da · ds

Offline

#1094 2014-02-16 17:26:54

Ploppz
Member
Registered: 2013-09-14
Posts: 313

Re: bspwm — A tiling window manager based on binary space partitioning

There is not output, and opening termite afterwards, it's not floating.

Offline

#1095 2014-02-16 17:57:39

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

Ploppz wrote:

There is not output

What's the output of

bspwm -v

?

Last edited by bloom (2014-02-16 17:59:54)


gh · da · ds

Offline

#1096 2014-02-16 18:00:34

Ploppz
Member
Registered: 2013-09-14
Posts: 313

Re: bspwm — A tiling window manager based on binary space partitioning

0.8.7

Offline

#1097 2014-02-16 18:19:14

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: bspwm — A tiling window manager based on binary space partitioning

Ploppz wrote:

0.8.7

This version doesn't provide a rule command!

Upgrade to 0.8.8 or install the Git version.


gh · da · ds

Offline

#1098 2014-02-16 23:27:43

Ploppz
Member
Registered: 2013-09-14
Posts: 313

Re: bspwm — A tiling window manager based on binary space partitioning

Ah, thank you! It was out of my mind that I actually had to manually upgrade AUR packages.

Offline

#1099 2014-02-19 17:58:13

easysid
Member
From: India
Registered: 2013-01-01
Posts: 256

Re: bspwm — A tiling window manager based on binary space partitioning

trying it out as my first tiling wm. going really well. Thank you.
One quick question, is there a way to get just the window class/application name instead of the whole window title? i.e. just 'Firefox' or 'Thunar' instead of the whole page or folder title.
Thanks.

Offline

#1100 2014-02-19 19:40:28

Tmn
Member
Registered: 2013-05-29
Posts: 13

Re: bspwm — A tiling window manager based on binary space partitioning

Can I switch desktops not only based on the key I press but the monitor I am currently selecting a window on and the key I press?

eg:

Monitor 1: Desktop I and II
Monitor 2: Desktop A and B

if I press super + {1,2} I want to go to the first or second Desktop of the monitor I am currently working on (meaning the monitor I am currently selecting a window on). If I'm currently on Monitor 1 I wanna switch between I and II and if im currently on Monitor 2 I wanna switch between A and B with the same keys (super + {1,2}).

Last edited by Tmn (2014-02-19 19:51:46)

Offline

Board footer

Powered by FluxBB