Move all keybindings and modes out of config, into conf.d

This commit is contained in:
Alex Kelly 2022-06-27 16:26:33 -04:00
parent 438a9f2f05
commit 85bbfd3cd1
6 changed files with 113 additions and 199 deletions

View file

@ -1,31 +1,3 @@
{
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "none",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1057,
"width": 1920,
"x": 0,
"y": 0
},
"marks": [],
"name": "Plexamp",
"percent": null,
"swallows": [
{
"class": "^Plexamp$"
}
],
"type": "con"
}
]
}