LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   fluxbox window resizeTo bug? (https://www.linuxquestions.org/questions/linux-desktop-74/fluxbox-window-resizeto-bug-4175451615/)

secretlydead 02-25-2013 07:41 AM

fluxbox window resizeTo bug?
 
I'm trying to adjust fluxbox to support tiling. I sometimes use my laptop hooked up to a larger screen (1920x1080) and sometimes use my laptop without an external monitor (1280x800).

This works for me when it is hooked up to the external monitor (written for fluxbox 1.3.1):
Mod4 Left :MacroCmd {MoveTo 0 0} {ResizeTo 958 1054}
Mod4 Right :MacroCmd {MoveTo 958 0} {ResizeTo 958 1054}

Mod4 Up :MacroCmd {MoveTo 0 0} {ResizeTo 1920 527}
Mod4 Down :MacroCmd {MoveTo 0 528} {ResizeTo 1920 527}


I upgraded to 1.3.5 so I could take advantage of percentages:

Mod4 Left :MacroCmd {MoveTo 0% 0%} {ResizeTo 50% 100%}
Mod4 Right :MacroCmd {MoveTo 50% 0%} {ResizeTo 50% 100%}

Mod4 Up :MacroCmd {MoveTo 0 0} {ResizeTo 1920 527}
Mod4 Down :MacroCmd {MoveTo 0 528} {ResizeTo 1920 527}


However, this is the behavior I'm seeing:

https://www.box.com/s/cgjdrhtafd0mlp...5/6514592971/1

The names of the files coincide with the command that was just executed, except it should say mod4-left instead of shift-left, etc.


All times are GMT -5. The time now is 07:23 PM.