Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goes behind polybar #41

Open
r00terAF18 opened this issue Nov 23, 2021 · 1 comment
Open

Goes behind polybar #41

r00terAF18 opened this issue Nov 23, 2021 · 1 comment

Comments

@r00terAF18
Copy link

First off awesome project, love it, really cool.
I use a polybar theme called Blocks with some minor tweaks. Polybar and Polydock are configured to run at startup(in the order i mentioned them). For the first few minutes, about 10 to 15, everything is ok, but after a while Polydock goes behind Polybar(still running and working, but I lose access to it ). As for the config(the theme is the default):
`
[appearance]
#One of top, bottom, left, right
position=top
#One of start, center, end
alignment=center
#Additional offsets to further fine-tune the position of the dock
offsetX=0
offsetY=0
iconSize=25
#Name of the theme file, or 'default'.
#See config/themes/default.css
theme=default
#An gtk icon theme name, or 'default'
iconTheme=default

[behavior]
#Specify a list of keys to group windows on: class;instance;title;visibility
groupBy=instance;visibility;
activeWorkspaceOnly=false
showHidden=true
showVisible=true
#Action on click. One of: show, hide, toggle, cycle, toggle-cycle
click=toggle-cycle
menu-click=show
#Exclude windows whose class or instance contains one of these values
exclude=scratchpad;
#Automatically hides Polydock if another window overlaps
autoHide=false

[commands]
hide=node {window} -g hidden=on -f
unhide=node {window} -g hidden=off -f

#Rules for custom icons matching the class::instance of windows
#icon-name=string to be part of class::instance
[icons]
google-agenda=calendar.google.com
gmail=mail.google.com
keep=keep.google.com
messengerfordesktop=www.messenger.com
whatsapp=whatsapp
`
I removed bspc because otherwise I wouldn't be able to hide and unhide my windows.
I am running Manjaro XFCE.

Again thank for the awesome software.

@r00terAF18
Copy link
Author

Actually, when I click on Polybar, the dock goes behind it, so it had nothing to do with time and so on. Still a bit annoying, what can I do?
Thanks

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

No branches or pull requests

1 participant