diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 0ebefcd2..1a2843ae 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -199,6 +199,15 @@ layout { // which may be more convenient to use. // spawn-at-startup "alacritty" "-e" "fish" +// You can override environment variables for processes spawned by niri. +environment { + // Set a variable like this: + // QT_QPA_PLATFORM "wayland" + + // Remove a variable by using null as the value: + // DISPLAY null +} + cursor { // Change the theme and size of the cursor as well as set the // `XCURSOR_THEME` and `XCURSOR_SIZE` env variables. |
