add default apps
This commit is contained in:
parent
6e83179c11
commit
3acda3fd5a
18
.config/hypr/UserConfigs/01-UserDefaults.conf
Normal file
18
.config/hypr/UserConfigs/01-UserDefaults.conf
Normal file
@ -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 uncomment and reboot to take effect.
|
||||||
|
# NOTE, this will be automatically uncommented if you select neovim or vim to your default editor
|
||||||
|
env = EDITOR,nvim #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
|
||||||
|
|
||||||
|
# These two are for UserKeybinds.conf & Waybar Modules
|
||||||
|
$term = x-terminal-emulator # Terminal
|
||||||
|
$files = yazi # File Manager
|
||||||
|
|
||||||
|
# Default Search Engine for ROFI Search (SUPER S)
|
||||||
|
$Search_Engine = "https://www.google.com/search?q={}"
|
||||||
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
*
|
*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!.zshrc
|
!.zshrc
|
||||||
!*/01-UserDefaults.conf
|
!.config/
|
||||||
|
!.config/hypr/
|
||||||
|
!.config/hypr/UserConfigs/
|
||||||
|
!.config/hypr/UserConfigs/01-UserDefaults.conf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user