My Nix Configuration
2
fork

Configure Feed

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

[niri] update config

dish 99194ebe 02a66c52

+3 -2
+3 -2
homeModules/niri/config.kdl
··· 11 11 } 12 12 13 13 touchpad { 14 + tap 14 15 dwt 15 16 drag false 16 17 tap-button-map "left-middle-right" ··· 125 126 XF86AudioPrev allow-when-locked=true { spawn "dms" "ipc" "mpris" "previous"; } 126 127 XF86AudioNext allow-when-locked=true { spawn "dms" "ipc" "mpris" "next"; } 127 128 128 - XF86MonBrightnessUp allow-when-locked=true { spawn "dms" "ipc" "brightness" "increment" "5"; } 129 - XF86MonBrightnessDown allow-when-locked=true { spawn "dms" "ipc" "brightness" "decrement" "5"; } 129 + XF86MonBrightnessUp allow-when-locked=true { spawn "dms" "ipc" "brightness" "increment" "5" ""; } 130 + XF86MonBrightnessDown allow-when-locked=true { spawn "dms" "ipc" "brightness" "decrement" "5" ""; } 130 131 131 132 Super+O repeat=false { toggle-overview; } 132 133