my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

*

+4 -2
+4 -2
.config/niri/config.kdl
··· 234 234 // You can change the path where screenshots are saved. 235 235 // A ~ at the front will be expanded to the home directory. 236 236 // The path is formatted with strftime(3) to give you the screenshot date and time. 237 - screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" 237 + screenshot-path "~/Pictures/Screenshots/%Y-%m-%d %H-%M-%S.png" 238 238 239 239 // You can also set this to null to disable saving screenshots to disk. 240 240 // screenshot-path null ··· 242 242 // Settings for the "Important Hotkeys" overlay. 243 243 hotkey-overlay { 244 244 // Uncomment this line if you don't want to see the hotkey help at niri startup. 245 - // skip-at-startup 245 + skip-at-startup 246 246 } 247 247 248 248 // Animation settings. ··· 404 404 // Example volume keys mappings for PipeWire & WirePlumber. 405 405 XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"; } 406 406 XF86AudioLowerVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; } 407 + XF86MonBrightnessUp { spawn "brightnessctl" "set" "+10%"; } 408 + XF86MonBrightnessDown { spawn "brightnessctl" "set" "10-%"; } 407 409 408 410 Mod+Shift+Q { close-window; } 409 411