*
Jes Olson j3s@c3f.net
Sun, 24 Mar 2024 16:21:55 -0500
1 files changed,
4 insertions(+),
2 deletions(-)
jump to
M
.config/niri/config.kdl
→
.config/niri/config.kdl
@@ -234,7 +234,7 @@
// You can change the path where screenshots are saved. // A ~ at the front will be expanded to the home directory. // The path is formatted with strftime(3) to give you the screenshot date and time. -screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png" +screenshot-path "~/Pictures/Screenshots/%Y-%m-%d %H-%M-%S.png" // You can also set this to null to disable saving screenshots to disk. // screenshot-path null@@ -242,7 +242,7 @@
// 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 + skip-at-startup } // Animation settings.@@ -404,6 +404,8 @@
// Example volume keys mappings for PipeWire & WirePlumber. XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1+"; } XF86AudioLowerVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "0.1-"; } + XF86MonBrightnessUp { spawn "brightnessctl" "set" "+10%"; } + XF86MonBrightnessDown { spawn "brightnessctl" "set" "10-%"; } Mod+Shift+Q { close-window; }