diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 02:43:02 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 02:43:02 +0900 |
| commit | f72311190587d83ce58a525db3b7af1adcb2fc13 (patch) | |
| tree | ac7c5d4ff0d1f0615d0c854af9cd01eac3f311c1 /config/hypr/UserConfigs | |
| parent | 7b8857c6c8021a350939187730af0f3fe1c4afe5 (diff) | |
Introduction of using a separate file for Default apps, terminals, file managers, search engines...
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/01-UserDefaults.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/01-UserDefaults.conf b/config/hypr/UserConfigs/01-UserDefaults.conf new file mode 100644 index 00000000..fcd45b74 --- /dev/null +++ b/config/hypr/UserConfigs/01-UserDefaults.conf @@ -0,0 +1,18 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # + +# This is a file where you put your own default apps, default search Engine etc + +# Set your default editor here +#env = EDITOR,vim #default editor + +# Define preferred text editor for the KooL Quick Settings Menu (SUPER SHIFT E) +$edit=${EDITOR:-nano} + +# Terminal +$term = kitty + +# File Manager +$files = thunar + +# Default Search Engine +$Search_Engine = "https://www.google.com/search?q={}"
\ No newline at end of file |
