Update .config/hypr/hyprland/general.conf

Update .config/fish/config.fish
This commit is contained in:
2025-04-30 15:56:35 +02:00
parent 3752f4bc31
commit 7657879e01
2 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
general {
gaps_in = 5
gaps_out = 20
gaps_in = 3
gaps_out = 10
border_size = 3
border_size = 2
# https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
# col.active_border = rgba(09E4F333) rgba(48F3094C) 45deg

View File

@@ -2,6 +2,8 @@ if status is-interactive
# editors for yazi
export EDITOR="nvim"
export VISUAL="nvim"
# better shell history
atuin init fish | source
# no dum greeting
set fish_greeting ""
# yes, please setup git for me