diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-12 19:05:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-12 19:05:24 +0530 |
| commit | c8352009ceb6b9240ef7c1ad5be93f42312b59a2 (patch) | |
| tree | 9f71d00d2a8c5200dde4dd6a3f44354168d9017f /config.lua | |
| parent | 39b3e8d1e2581a47dff1f09450383df0466dac94 (diff) | |
| download | null-browser-c8352009ceb6b9240ef7c1ad5be93f42312b59a2.tar.gz null-browser-c8352009ceb6b9240ef7c1ad5be93f42312b59a2.zip | |
Switch to using map for configuration
Diffstat (limited to '')
| -rw-r--r-- | config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ local function get_current_view_index() end web.set('new_view_url', 'https://lite.duckduckgo.com') --- web.set('close_window_when_no_views', false) +web.set('close_window_when_no_views', true) local dmenu = require 'null-browser.extras.dmenu' local history = require 'null-browser.extras.history' |
