From ea73642a3c82b5e58f6f7f42878bc695e7189efe Mon Sep 17 00:00:00 2001 From: Nate Cox Date: Wed, 13 May 2026 11:25:07 -0700 Subject: Initial commit --- .config/niri/cfg/misc.kdl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .config/niri/cfg/misc.kdl (limited to '.config/niri/cfg/misc.kdl') diff --git a/.config/niri/cfg/misc.kdl b/.config/niri/cfg/misc.kdl new file mode 100644 index 0000000..d29d093 --- /dev/null +++ b/.config/niri/cfg/misc.kdl @@ -0,0 +1,25 @@ + prefer-no-csd + screenshot-path null + + environment { + ELECTRON_OZONE_PLATFORM_HINT "auto" + QT_QPA_PLATFORM "wayland" + QT_QPA_PLATFORMTHEME "gtk3" + QT_WAYLAND_DISABLE_WINDOWDECORATION "1" + XDG_CURRENT_DESKTOP "niri" + XDG_SESSION_TYPE "wayland" + } + + cursor { + xcursor-theme "BreezeX-RosePine-Linux" + xcursor-size 24 + } + + debug { + // Allows notification actions and window activation from Noctalia. + honor-xdg-activation-with-invalid-serial + } + + hotkey-overlay { + skip-at-startup + } -- cgit v1.3.1