Compare commits

...

2 Commits

Author SHA1 Message Date
Guillaume Vern
3acda3fd5a add default apps 2025-11-24 14:39:37 +01:00
Guillaume Vern
6e83179c11 update gitignore 2025-11-24 14:33:54 +01:00
2 changed files with 22 additions and 3 deletions

View 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
View File

@ -1,6 +1,7 @@
*
!.gitignore
!.zshrc²
!.zshrc
!.config/
!.config/hypr/
!.config/hypr/UserConfigs/
!.config/hypr/UserConfigs/01-UserDefaults.conf