diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 | 
1 files changed, 3 insertions, 3 deletions
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)  |