From 483c0e53ade8b63b9f8abe9257f2212aca96ec69 Mon Sep 17 00:00:00 2001 From: ryukamish Date: Sat, 21 Feb 2026 17:56:09 +0530 Subject: chore: cleanup 🧹 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- niri/cfg/misc.kdl | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'niri/cfg/misc.kdl') diff --git a/niri/cfg/misc.kdl b/niri/cfg/misc.kdl index cfc7bf4..7c60836 100644 --- a/niri/cfg/misc.kdl +++ b/niri/cfg/misc.kdl @@ -1,2 +1,24 @@ - +// Disable client side decoration +prefer-no-csd +// Path to screenshot directory screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" + +// Environment variables +environment { + // QT application theme + QT_QPA_PLATFORMTHEME "qt6ct" + QT_QPA_PLATFORM "wayland" +} + +// Avoid popup for important keybinds +hotkey-overlay { + skip-at-startup +} + +cursor { + xcursor-theme "Bibata-Modern-Ice" + xcursor-size 24 + + hide-when-typing + hide-after-inactive-ms 1000 +} -- cgit v1.3