From d6317901a284e5c9e14d5bf0773da41ffb8d4538 Mon Sep 17 00:00:00 2001 From: kiana-S Date: Sat, 3 Aug 2024 09:52:49 -0400 Subject: [PATCH] feat(hyprland): change border of fullscreen windows --- home-manager/wayland/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home-manager/wayland/hyprland.nix b/home-manager/wayland/hyprland.nix index a38a3fd..6164050 100644 --- a/home-manager/wayland/hyprland.nix +++ b/home-manager/wayland/hyprland.nix @@ -45,9 +45,15 @@ in { "col.active_border" = "rgb(b4f9f8)"; }; + windowrulev2 = [ + "bordercolor rgb(f7768e),fullscreen:1" + ]; + cursor = { inactive_timeout = 5; + hide_on_key_press = true; }; + plugin.hy3 = { tab_first_window = false;