this repo has no description
1
fork

Configure Feed

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

niri: disable hot corners

Aria 636ecf40 69c9b6d1

+7
+7
nix/modules/services/ariade/niri/config.kdl.nix
··· 218 218 } 219 219 220 220 spawn-at-startup "noctalia-shell" 221 + 222 + // Disable the hot corners. 223 + gestures { 224 + hot-corners { 225 + off 226 + } 227 + } 221 228 ${cfg.niri.extraConfig} 222 229 ''