diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-24 10:08:56 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-24 10:08:56 +0400 |
| commit | ec156a858795b7f31cac51845d9cf3197a063f92 (patch) | |
| tree | b0da6c94a24286d8ddb3da79c9cd14531f85830e /resources | |
| parent | e278e871c357c4832f29629e4f65f57ff0d0ded0 (diff) | |
| download | niri-ec156a858795b7f31cac51845d9cf3197a063f92.tar.gz niri-ec156a858795b7f31cac51845d9cf3197a063f92.tar.bz2 niri-ec156a858795b7f31cac51845d9cf3197a063f92.zip | |
Add environment {} config section
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. |
