32 lines
972 B
Text
32 lines
972 B
Text
// This config is in the KDL format: https://kdl.dev
|
|
// "/-" comments out the following node.
|
|
// Check the wiki for a full description of the configuration:
|
|
// https://yalter.github.io/niri/Configuration:-Introduction
|
|
|
|
include "config.d/input.kdl"
|
|
include "config.d/layout.kdl"
|
|
include "config.d/workspaces.kdl"
|
|
include "config.d/window-rules.kdl"
|
|
include "config.d/binds.kdl"
|
|
include "config.d/startup.kdl"
|
|
include "config.d/settings.kdl"
|
|
|
|
// Shell module selection: DMS or Noctalia
|
|
// To switch between them, comment/uncomment the appropriate lines below
|
|
|
|
// DMS module
|
|
// include "dms/binds.kdl"
|
|
// include "dms/startup.kdl"
|
|
// include "dms/wpblur.kdl"
|
|
// include "dms/window-rules.kdl"
|
|
|
|
// Noctalia module (uncomment to use instead of DMS)
|
|
include "noctalia/config.kdl"
|
|
include "noctalia/window-rules.kdl"
|
|
include "noctalia/binds.kdl"
|
|
include "noctalia/startup.kdl"
|
|
|
|
debug {
|
|
honor-xdg-activation-with-invalid-serial
|
|
wait-for-frame-completion-before-queueing
|
|
}
|