blob: ad855f923eec4288b00a526289cbb463a0e01a4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
# This is a file where you put your own default apps, default search Engine etc
# 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 for ROFI Search (SUPER S)
$Search_Engine = "https://www.google.com/search?q={}"
|