summaryrefslogtreecommitdiff
path: root/src/config.def.nim
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.def.nim')
-rw-r--r--src/config.def.nim4
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",