Some JetBrains auto group
This commit is contained in:
parent
e9f8a5864f
commit
ce97dfdfeb
1 changed files with 2 additions and 1 deletions
|
@ -160,6 +160,7 @@ floating_layout = layout.Floating(float_rules=[
|
||||||
{'wname': 'branchdialog'}, # gitk
|
{'wname': 'branchdialog'}, # gitk
|
||||||
{'wname': 'pinentry'}, # GPG key password entry
|
{'wname': 'pinentry'}, # GPG key password entry
|
||||||
{'wname': 'Onboard'},
|
{'wname': 'Onboard'},
|
||||||
|
{'wname': 'win0'},
|
||||||
{'wmclass': 'ssh-askpass'}, # ssh-askpass
|
{'wmclass': 'ssh-askpass'}, # ssh-askpass
|
||||||
])
|
])
|
||||||
|
|
||||||
|
@ -175,7 +176,7 @@ def auto_group(c):
|
||||||
c.togroup("\N{incoming envelope}")
|
c.togroup("\N{incoming envelope}")
|
||||||
elif c.name == "Typora":
|
elif c.name == "Typora":
|
||||||
c.togroup("\N{briefcase}")
|
c.togroup("\N{briefcase}")
|
||||||
elif c.name == "win0":
|
elif c.name in ["win0", "DataGrip", "CLion", "IntelliJ IDEA", "PyCharm"]:
|
||||||
c.togroup("\N{floppy disk}")
|
c.togroup("\N{floppy disk}")
|
||||||
elif c.name == "docs":
|
elif c.name == "docs":
|
||||||
c.togroup("\N{bookmark tabs}")
|
c.togroup("\N{bookmark tabs}")
|
||||||
|
|
Reference in a new issue