From 7bd66c58eb8efbc0345f711fef0c073177a5f971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Wed, 29 Oct 2025 21:48:30 +0100 Subject: feat(niri): increase cursor size --- config/niri/config.kdl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/niri/config.kdl b/config/niri/config.kdl index 23d1c22..3312a18 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -58,7 +58,7 @@ input { cursor { xcursor-theme "Adwaita" - xcursor-size 24 + xcursor-size 28 hide-after-inactive-ms 5000 } @@ -240,8 +240,8 @@ window-rule { } window-rule { - match app-id="jetbrains-*" exclude is-floating=true + match app-id="jetbrains-*" default-column-width { proportion 1.0; } } -- cgit v1.2.3