From 92baae67185f19c71c99134a06d5d42a43e83703 Mon Sep 17 00:00:00 2001 From: kitty piapiac Date: Mon, 10 Aug 2020 20:29:56 -0700 Subject: =?UTF-8?q?(=E3=80=82=E3=83=98=C2=B0)=20actually...=20fuck=20custo?= =?UTF-8?q?m=20layouts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ill deal with them later --- src/config.def.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/config.def.nim') diff --git a/src/config.def.nim b/src/config.def.nim index d62caf7..39de9e5 100644 --- a/src/config.def.nim +++ b/src/config.def.nim @@ -15,11 +15,11 @@ const # in pixels frameWidth* = 2 - init* = @[ + init* = [ "xsetroot -solid \"" & colours.background & "\""] # store keybindings here - keybindings*: seq[Key] = @[ + keybindings* = [ # alt + shift + q will close the focused window initKey( closeWindow, key = "q", -- cgit v1.2.3