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/keys.nim | 1 + 1 file changed, 1 insertion(+) (limited to 'src/keys.nim') 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 -- cgit v1.2.3