summaryrefslogtreecommitdiff
path: root/src/keys.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/keys.nim')
-rw-r--r--src/keys.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keys.nim b/src/keys.nim
index bfe79aa..a56412a 100644
--- a/src/keys.nim
+++ b/src/keys.nim
@@ -2,6 +2,7 @@ type
KeyFunc* = enum
closeWindow,
nextWindow,
+ setMaster,
spawnCustom
Key* = object