diff options
author | kitty piapiac <kcp@bsd.computer> | 2020-08-10 20:29:56 -0700 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2020-08-10 20:29:56 -0700 |
commit | 92baae67185f19c71c99134a06d5d42a43e83703 (patch) | |
tree | 4c402915dbad2ea38bd3fcbb65e5deef61102dba /src/config.def.nim | |
parent | 1ff1a0f51255958e83ee7c3f17fd0be8c628fc51 (diff) |
(。ヘ°) actually... fuck custom layouts
ill deal with them later
Diffstat (limited to 'src/config.def.nim')
-rw-r--r-- | src/config.def.nim | 4 |
1 files changed, 2 insertions, 2 deletions
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", |