Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Panel on bottom #187

Open
matjaz132 opened this issue Feb 19, 2017 · 2 comments
Open

Panel on bottom #187

matjaz132 opened this issue Feb 19, 2017 · 2 comments

Comments

@matjaz132
Copy link

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
Copy link

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
Copy link

NanoSector commented Apr 7, 2017

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants