moetunes / Nextwm

snapwm is an easy to configure, dynamic, tiling window manager. Built on dminiwm with a desktop switcher, info bar and reloadable rc file.
53 stars 5 forks source link

Window out of screen #16

Closed k-wax closed 10 years ago

k-wax commented 10 years ago

2014-06-12-193326_2560x1440_scrot Firefox somehow seems to make the screen go a few pixels out at the bottom. Going to fullscreen doesn't fix it. Looks like it happens when i open a terminal as the second window.

moetunes commented 10 years ago

There's no window border at the bottom of either of those terminals and the one showing the man page has at least a couple more pixels off the screen. I tried to replicate this by being in vertical mode, opening firefox then a terminal, closing firefox, opening another terminal then firefox again and closing firefox but couldn't make it happen here. If you can establish the steps that make it happen that'd help me sort it out. Let me know the terminal you are using too. Cheers

k-wax commented 10 years ago

2014-06-13-081050_2560x1440_scrot This is after startx, open xterm & man zsh, run firefox. FF resizes itself. 2014-06-13-081125_2560x1440_scrot Here I opened another xterm.

In horizontal mode it's just a few pixels off screen. Switching to vertical it goes ~10 pixels more off screen. I tried closing FF and deleting localstore.rdf (this is where FF stores window size) and opening FF again but it's pretty much the same.

moetunes commented 10 years ago

http://postimg.org/image/wq4sqmkdp/ is what I get here using either attachaside =1 or 0 If it hadn't been working ok for me I would have fixed it... maybe if you post the firefox version, screen size and your rc.conf we can figure out the issue

k-wax commented 10 years ago

32.0a1 (2014-06-09) Nightly 2560x1440 rc.conf entries:

DESKTOPS 6 DEFAULT_DESK 0 SWITCHERTHEME #443311;#002030;#004060;#001020;#00FF00; STATUSTHEME WINDOWTHEME #443311;#002030; STATUSTHEME WNAMEBG 7 LEFT_WINDOWNAME 0 WINDOWNAMELENGTH 35 BORDERWIDTH 4 MASTERSIZE 52 DEFAULTMODE 0;3;0;0;0;0; NMASTER 0;0;1;0;2;0; ATTACHASIDE 1 TOPSTACK 1 CENTER_STACK 0 UF_WIN_ALPHA 50 FOLLOWMOUSE 1 CLICKTOFOCUS 0 TOPBAR 0 SHOW_BAR 1 SHOWNUMOPEN 1 MODENAME [V];[F];[H];[G];[C]; DESKTOP_NAMES one;two;three;four;five;six;

moetunes commented 10 years ago

You have two STATUSTHEME entries with no values which shouldn't let you start snapwm... With your rc.conf having 3 terminals and an analogue clock open in vertical mode has the borders on the bottom off the screen. Firefox doesn't seem to be involved with your issue. Check back in the morning and I should have it sorted.

moetunes commented 10 years ago

Silly mistake on my part. Try a git pull and see if that fixes it on your end.

moetunes commented 10 years ago

With no news being good news I'll close this. Cheers