timbertson / shellshape

tiling window manager extension for gnome-shell
http://gfxmonk.net/shellshape/
Other
396 stars 38 forks source link

Panel on bottom #187

Open matjaz132 opened 7 years ago

matjaz132 commented 7 years ago

I cannot use panel/taskbar on bottom because the windows are pushed to the bottom not to the top if I move the top bar to the bottom.

How can I fix this?

bhajneet commented 7 years ago

Also having this problem using the https://github.com/jderose9/dash-to-panel extension. It moves the dash to the panel and allows you to move the panel to the bottom of the screen. Once this is done, shellshape, still tiles according to the panel being on top, leaving a gap above and cutting the window off below where the panel is now located.

NanoSector commented 7 years ago

The fix is relatively simple.

In extension.js, line 3056, change this line: y: this.monitor.y + panel_height + self.screen_padding

To this: y: this.monitor.y + self.screen_padding Note that this breaks the extension if the panel is moved to the top again. So not a generic fix.