expands hypr config into different parts, makes it cool too
This commit is contained in:
parent
9eacb3d95c
commit
7b32e3330c
9 changed files with 128 additions and 84 deletions
|
|
@ -8,6 +8,6 @@ import shelve
|
|||
with shelve.open($HYPR_WORK_DB) as db:
|
||||
db["primary"] = "home"
|
||||
db["secondary"] = "chat"
|
||||
db["secondaries"] = ["chat", "web"]
|
||||
db["secondaries"] = ["chat", "web", "med"]
|
||||
db["secondary_extras"] = 1
|
||||
db["primary_extras"] = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue