aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-03-28 20:53:15 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-28 20:53:15 +0400
commit83bd2317ee1586f25707a874107f143267d21459 (patch)
tree4f328cd709bb9366c53668db70210c610042ab88 /resources
parent0f190036112d568d5e0c65790d02fe18d0a5beac (diff)
downloadniri-83bd2317ee1586f25707a874107f143267d21459.tar.gz
niri-83bd2317ee1586f25707a874107f143267d21459.tar.bz2
niri-83bd2317ee1586f25707a874107f143267d21459.zip
wiki: Add miscellaneous
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl22
1 files changed, 0 insertions, 22 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index 05d1a3bc..e3465665 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -189,22 +189,6 @@ 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.
- // xcursor-theme "default"
- // xcursor-size 24
-}
-
// Uncomment this line to ask the clients to omit their client-side decorations if possible.
// If the client will specifically ask for CSD, the request will be honored.
// Additionally, clients will be informed that they are tiled, removing some rounded corners.
@@ -218,12 +202,6 @@ screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
// You can also set this to null to disable saving screenshots to disk.
// screenshot-path null
-// Settings for the "Important Hotkeys" overlay.
-hotkey-overlay {
- // Uncomment this line if you don't want to see the hotkey help at niri startup.
- // skip-at-startup
-}
-
// Animation settings.
// The wiki explains how to configure individual animations:
// https://github.com/YaLTeR/niri/wiki/Configuration:-Animations