this post was submitted on 20 Oct 2023
19 points (100.0% liked)

Linux

47337 readers
1351 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

BSPWM, laptop has 1920x1080 resolution, external screen has 1680x1050. xrandr --output DP-1 1680x1050 cuts image, if I change resolution to 1920x1080, I get "full" image, but quality is just bad. I have another machine with XFCE, it's display utility does the trick and I wonder can I achieve smth similar on BSPWM with some simple console command?

you are viewing a single comment's thread
view the rest of the comments
[–] sxan@midwest.social 2 points 11 months ago (3 children)

Great! Looks like progress.

I do suggest looking at autorandr (or similar). autorandr stores your X geometry as profiles, and can detect changes and run scripts.

I haven't used bspwm in a long while; I ended up preferring herbstluftwm, but IIRC you have to tell bspwm to configure each screen and delete unused workspaces when you change. It felt more fussy to me, which is why I landed on hlwm.

Anyway, try adding a line to tell bspwm to "remove" the monitors you aren't using. It doesn't detect and remove these itself. Add the lines (after your desktop DP-1 -d setting:

bspc monitor eDP-1 -r
bspc wm -o

Swap out eDP-1 with DP-1 when going in the other direction.

The bspc wm -o is pretty important; it tells bspwm to re-lay everything out (or, at least, that's what I guess it's doing). In any case, it fixed a lot of issues when I ran it when changing layouts.

I found the bspwm community to be largely unhelpful, and containing some caustic people. It very much has a "give a man a fish" mentality. Given how fussy the wm itself is, even after quite an amount of time scripting it, I still felt as if I were casting about most of the time, getting things right only by trial and error, and not being able to reliably predict how my commands would affect the wm.

If you find yourself in this situation, try herbstluftwm. The community is more helpful, and the WM itself seems more intuitive. For instance, while it allows you to define virtual monitors, it does require fewer commands to deal with physical monitor change events. You still get the "all configuration is done with commands", but it seems more... sane and consistent. It's just my opinion, but I appreciate the WM, whereas with bspwm I just felt like I was fighting it all the time.

[–] questionAsker@lemmy.ml 1 points 11 months ago* (last edited 11 months ago) (2 children)

Sir, you are magician, addition to script did the trick!

Will definitely play with autorandr, because if I understood you correctly, it can automatically reload bspwm listening to certain events.

Right now I'm trying master (or understand, at least) QEMU, can you recommend me some combination with sane defaults (for ex mint + installer for herb) I can play on vm?

Thank you!

[–] sxan@midwest.social 2 points 11 months ago (1 children)

Defaults for herbstluftwm? Sure, but what'd be helpful if to translate a bspwm config. Are you using sxhkd?

I can't help with VM stuff; I'm not experienced with them.

Post your bspwm and sxhkd configs.

[–] questionAsker@lemmy.ml 1 points 11 months ago

Yes.

It's easy way to learn things without fear to break something, can herbstluftwm use sxhkd?

Easily but why?