diff options
| -rw-r--r-- | .config/foot/foot.ini | 2 | ||||
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index c641d98..c274682 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -13,7 +13,7 @@ style=beam  hide-when-typing=true  [colors] -# alpha = 0.8 +alpha = 0.90  #foreground=d3c6aa  #background=2b3339  # diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2a82853..3ff3614 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -17,7 +17,7 @@ exec-once = gpg-agent --daemon  exec-once = gnome-keyring-daemon --start --components=secrets  exec-once = portal  exec-once = sleep 2 && waybar -exec-once = stmpdup +exec-once = sleep 2 && stmpdup  env = XCURSOR_SIZE,24  env = XCURSOR_THEME,Adwaita @@ -35,8 +35,8 @@ env = GTK_THEME,Gruvbox-Dark  # permission = /usr/(bin|local/bin)/hyprpm, plugin, allow  general { -  gaps_in = 0 -  gaps_out = 0 +  gaps_in = 5 +  gaps_out = 10    border_size = 2    col.active_border = rgb(83a598)  |