expands hypr config into different parts, makes it cool too

This commit is contained in:
JuliaLange 2024-02-16 21:29:53 -08:00
parent 9eacb3d95c
commit 7b32e3330c
9 changed files with 128 additions and 84 deletions

View file

@ -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