34 lines
934 B
Text
34 lines
934 B
Text
general {
|
|
grab_focus = true
|
|
hide_on_lost_focus = true
|
|
}
|
|
|
|
cache {
|
|
enabled = true
|
|
path = ~/.cache/hyprlauncher
|
|
}
|
|
|
|
finders {
|
|
default_finder = desktop
|
|
desktop_prefix =
|
|
unicode_prefix = : # ":" pour emojis (plus intuitif que ".")
|
|
math_prefix = = # Calculatrice
|
|
font_prefix = '
|
|
desktop_launch_prefix =
|
|
desktop_icons = true
|
|
fuzzy = true # Recherche floue pour tes scripts/custom apps
|
|
}
|
|
|
|
ui {
|
|
window_size = 550 380 # Plus grand que default (400 260)
|
|
font = "JetBrainsMono Nerd Font:13" # Parfait pour ton style terminal
|
|
rounding = 12 # Coins arrondis
|
|
blur = 8 # Si tu as blur dans Hyprland
|
|
|
|
# Thème sombre cohérent avec Hyprland
|
|
col.active = rgba(59d2ffdd) rgba(00ff88dd) 45deg
|
|
col.inactive = rgba(404040aa) rgba(1a1a1aee) 45deg
|
|
col.text = rgba(ffffffff)
|
|
col.text-alt = rgba(ccccccff)
|
|
}
|
|
|