From 7adc22398c1872459d87e8790af0a0d64df3880e Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 31 Jul 2023 22:17:45 +1200 Subject: [PATCH] hyprland config tinkering --- home/ooks/opt/desktop/hyprland/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/ooks/opt/desktop/hyprland/default.nix b/home/ooks/opt/desktop/hyprland/default.nix index f119e6d..3103594 100644 --- a/home/ooks/opt/desktop/hyprland/default.nix +++ b/home/ooks/opt/desktop/hyprland/default.nix @@ -13,8 +13,8 @@ settings = { general = { - gaps_in = 15; - gaps_out = 20; + gaps_in = 10; + gaps_out = 10; border_size = 2; cursor_inactive_timeout = 4; "col.active_border" = "0xff${config.colorscheme.colors.base0C}"; @@ -30,8 +30,8 @@ misc.vfr = "on"; decoration = { - active_opacity = 0.94; - inactive_opacity = 0.84; + active_opacity = 1.0; + inactive_opacity = 1.0; fullscreen_opacity = 1.0; rounding = 5; blur = true;