You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: