diff options
| author | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
|---|---|---|
| committer | Nate Cox <nate@natecox.dev> | 2026-05-13 11:25:07 -0700 |
| commit | ea73642a3c82b5e58f6f7f42878bc695e7189efe (patch) | |
| tree | 96ec63b2995d15c8972a2c7d4be9a7c4089b62b6 /.config/niri/cfg/misc.kdl | |
| download | dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.tar.bz2 dotfiles-ea73642a3c82b5e58f6f7f42878bc695e7189efe.zip | |
Initial commit
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 + } |
