LukeSmithxyz / LARBS

Luke's Auto-Rice Bootstrapping Scripts: Installation Scripts for My Arch Linux Meta-Distribution
GNU General Public License v3.0
2.02k stars 797 forks source link

Status bar tags displaying improperly with external display #550

Closed bybv closed 4 months ago

bybv commented 4 months ago

Loving LARBS. Thank you for sharing this.

I connect an external display and execute the following command:

xrandr --output DP1 --primary --mode 2560x1440

This does successfully render mostly, but for some reason the status bar is having issues.

  1. It shows "1" and then the default window layout. None of the other tags show up. This "1" has a blue background.
  2. The window layout does not change even if I actually change it.
  3. Most of the status bar after the "1" is black, save for a few pixels at the right hand side before the sb-modules appear. The sb-modules do function properly. I'd imagine the statusbar to be blue the whole way across. dmenu does show up as well.

Any ideas?

Thank you!

bybv commented 4 months ago

Here is a screenshot as it might be easier to see what's happening with an image.

pic-full-240216-1703-04

smoorg commented 4 months ago

@bybv this is custom build of dwm from Luke. One of the features is it hides tags with no windows on purpose. All issues with theme are probably also riced to his preferences.

https://github.com/LukeSmithxyz/dwm/commit/98222433f64e3a995517c71d262e740735f7f6bd

I propose to build your own dwm instead relying on Luke's fork if you don't like it.

bybv commented 4 months ago

@smoorg thank you for the reply. However I perhaps was not clear enough with my issue.

When I use LARBS on my laptop display, everything works perfectly. I love how Luke has configured things. I understand that tags without windows are hidden. That's great.

The issue is that when I connect this same laptop to an external display and run the command I noted, the following happens:

I hope this helps in articulating the issue.

Thank you!

bybv commented 4 months ago

I figured it all out. It's not an issue with LARBS. Just with this newb.