From bd129d47e4fb75e7e680cd65b97e807f9bee900d Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Fri, 7 Aug 2020 21:17:54 -0700 Subject: =?UTF-8?q?(=EF=BD=A5=CF=89=EF=BD=A5)b=20set=20master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ctrl + fullstop by default will set the current focused window to the master one --- src/config.def.nim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config.def.nim') 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( -- cgit v1.2.3