diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 02:53:06 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 02:53:06 +0900 |
| commit | a051323cc5ebcc2987b3d0dde7398db68f778e8b (patch) | |
| tree | 17cbea89540f040ea786191cdc443cfe74aa7260 /config | |
| parent | 4f1d379a0a08c98eb418948d99f0d5b19705ae50 (diff) | |
added some more comments on 01-UserDefaults.conf
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/01-UserDefaults.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/config/hypr/UserConfigs/01-UserDefaults.conf b/config/hypr/UserConfigs/01-UserDefaults.conf index fcd45b74..ad855f92 100644 --- a/config/hypr/UserConfigs/01-UserDefaults.conf +++ b/config/hypr/UserConfigs/01-UserDefaults.conf @@ -2,17 +2,19 @@ # This is a file where you put your own default apps, default search Engine etc -# Set your default editor here +# Set your default editor here uncomment and reboot to take effect. +# NOTE, this will be automatically uncommented if you select neovim or vim to your default editor #env = EDITOR,vim #default editor # Define preferred text editor for the KooL Quick Settings Menu (SUPER SHIFT E) +# script will take the default EDITOR and nano as fallback $edit=${EDITOR:-nano} +# This two is for UserKeybinds.conf # Terminal $term = kitty - # File Manager $files = thunar -# Default Search Engine +# Default Search Engine for ROFI Search (SUPER S) $Search_Engine = "https://www.google.com/search?q={}"
\ No newline at end of file |
