blob: dd889134eb82d374862c0c2e4ede04d55130dfd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- ==================================================
-- KoolDots (2026)
-- Project URL: https://github.com/LinuxBeginnings
-- License: GNU GPLv3
-- SPDX-License-Identifier: GPL-3.0-or-later
-- ==================================================
-- User defaults overrides template.
-- This file is sourced by lua/user_defaults.lua.
KOOLDOTS_DEFAULTS = KOOLDOTS_DEFAULTS or {}
-- Examples:
-- KOOLDOTS_DEFAULTS.edit = "nvim"
-- KOOLDOTS_DEFAULTS.visual = "nvim"
-- KOOLDOTS_DEFAULTS.term = "kitty"
-- KOOLDOTS_DEFAULTS.files = "thunar"
-- KOOLDOTS_DEFAULTS.search_engine = "https://duckduckgo.com/?q={}"
|