summaryrefslogtreecommitdiff
path: root/src/config.def.nim
diff options
context:
space:
mode:
authorkitty piapiac <kcp@bsd.computer>2020-08-07 21:17:54 -0700
committerkitty piapiac <kcp@bsd.computer>2020-08-07 21:17:54 -0700
commitbd129d47e4fb75e7e680cd65b97e807f9bee900d (patch)
tree6c7765c3da8ab64d0c39c15797344fe848ef87fc /src/config.def.nim
parent986002e778d7591e75014fd1e439bade35cdd627 (diff)
(・ω・)b set master
ctrl + fullstop by default will set the current focused window to the master one
Diffstat (limited to 'src/config.def.nim')
-rw-r--r--src/config.def.nim6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.def.nim b/src/config.def.nim
index 638b04b..c72d8e6 100644
--- a/src/config.def.nim
+++ b/src/config.def.nim
@@ -31,6 +31,12 @@ const
nextWindow,
key = "Tab",
mods = modifier),
+
+ # alt + . will set the focused window to the master window
+ initKey(
+ setMaster,
+ key = "period",
+ mods = modifier),
# alt + return will open st, you can replace this with whatever your preferred terminal is
initKey(