···234234// You can change the path where screenshots are saved.
235235// A ~ at the front will be expanded to the home directory.
236236// The path is formatted with strftime(3) to give you the screenshot date and time.
237237-screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
237237+screenshot-path "~/Pictures/Screenshots/%Y-%m-%d %H-%M-%S.png"
238238239239// You can also set this to null to disable saving screenshots to disk.
240240// screenshot-path null
···242242// Settings for the "Important Hotkeys" overlay.
243243hotkey-overlay {
244244 // Uncomment this line if you don't want to see the hotkey help at niri startup.
245245- // skip-at-startup
245245+ skip-at-startup
246246}
247247248248// Animation settings.
···404404 // Example volume keys mappings for PipeWire & WirePlumber.
405405 XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"; }
406406 XF86AudioLowerVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; }
407407+ XF86MonBrightnessUp { spawn "brightnessctl" "set" "+10%"; }
408408+ XF86MonBrightnessDown { spawn "brightnessctl" "set" "10-%"; }
407409408410 Mod+Shift+Q { close-window; }
409411