diff options
Diffstat (limited to '.config/niri/cfg/misc.kdl')
| -rw-r--r-- | .config/niri/cfg/misc.kdl | 25 |
1 files changed, 25 insertions, 0 deletions
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 + } |
