diff --git a/bin/osuny.js b/bin/osuny.js
index ecf93667c900cf887d7fd03e68b66d37f9728503..d76b8bc3cd1aed1b27865971fdc4132c9b0f2887 100644
--- a/bin/osuny.js
+++ b/bin/osuny.js
@@ -1,6 +1,6 @@
 #! /usr/bin/env node
 
-const shell = require("shelljs")
+const shell = require("shelljs");
 
 console.log("");
 console.log(" .=*#%%#*=        -*#%%#*=.      =+-      ++.     .+ .+#%%#+.     :++      -+-      ");
diff --git a/config.yaml b/config.yaml
index fd6cf010c4871b7d81132f20696432b1fe9aee3d..9702afb5b661806f89cb80687c0aba479e583f58 100644
--- a/config.yaml
+++ b/config.yaml
@@ -218,5 +218,5 @@ params:
           tablet:   208x247
           desktop:  300x356
   search: 
-    active: false
-    position: menu
\ No newline at end of file
+    active: true
+    position: menu # menu | fixed
\ No newline at end of file
diff --git a/package.json b/package.json
index 4163a26aa57f8976ec5b22b387fe2a86b6f9d115..8fab964e65cee807df4ce755796c0a1220149611 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,6 @@
   ],
   "license": "MIT",
   "devDependencies": {
-    "chalk": "^5.3.0",
     "shelljs": "^0.8.5"
   },
   "dependencies": {